#23548E

Color #23548E Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #23548E

Tints of Endeavour #23548E

Color information

#23548E (or 0x23548E) is unknown color: approx Endeavour. HEX triplet: 23, 54 and 8E. RGB value is (35,84,142). Sum of RGB (Red+Green+Blue) = 35+84+142=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #23548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23548E is #DCAB71. Grayscale: #4B4B4B. Windows color (decimal): -14461810 or 9327651. OLE color: 9327651.

HSL color Cylindrical-coordinate representation of color #23548E: hue angle of 212.52º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23548E is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3584142-
CMYK0.750.4100.44
HSL212.52º60.45%34.71%-
HSV(B)212.52º75.35%55.69%-
XYZ8.758.6526.8-
YUV75.96165.2798.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 13.41%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=13.41%
G=32.18%
B=54.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35841420.750.4100.44212.5260.4534.71
Hex23548E4B2902Cd53c23
Octal43124216113510543257443
Binary1000111010100100011101001011101001010110011010101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23548E; }

 p { color: rgb(35,84,142); }

 H1.HeaderClassName
 {
   color: #23548E;
 }
 .AnyTagClassName
 {
   color: #23548E;
 }
</style>
background-color css

<style>
 a { background-color: #23548E; }

 a { background-color: rgb(35,84,142); }

 div.DivClassName
 {
   background-color: #23548E;
 }
 .BgClassName
 {
   background-color: #23548E;
 }
</style>
border-color css

<style>
 span { border-color: #23548E; }

 span { border-color: rgb(35,84,142); }

 td.TdClassName
 {
   border-color: #23548E;
 }
 .TagClassName
 {
   border-color: #23548E;
 }
</style>