#2354A2

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

Shades of Endeavour #2354A2

Tints of Endeavour #2354A2

Color information

#2354A2 (or 0x2354A2) is unknown color: approx Endeavour. HEX triplet: 23, 54 and A2. RGB value is (35,84,162). Sum of RGB (Red+Green+Blue) = 35+84+162=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 162 (63.67% from 255 or 57.65% from 281); Max value from RGB is 162 - color contains mainly: blue. Hex color #2354A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2354A2 is #DCAB5D. Grayscale: #4D4D4D. Windows color (decimal): -14461790 or 10638371. OLE color: 10638371.

HSL color Cylindrical-coordinate representation of color #2354A2: hue angle of 216.85º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2354A2 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3584162-
CMYK0.780.4800.36
HSL216.85º64.47%38.63%-
HSV(B)216.85º78.4%63.53%-
XYZ10.399.3135.43-
YUV78.24175.2797.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.46%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 162 (63.67% from 255) = 57.65%
R=12.46%
G=29.89%
B=57.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal35841620.780.4800.36216.8564.4738.63
Hex2354A24E30024d94027
Octal431242421166004433110047
Binary10001110101001010001010011101100000100100110110011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2354A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2354A2; }

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

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

<style>
 a { background-color: #2354A2; }

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

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

<style>
 span { border-color: #2354A2; }

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

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