#2555A2

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

Shades of Endeavour #2555A2

Tints of Endeavour #2555A2

Color information

#2555A2 (or 0x2555A2) is unknown color: approx Endeavour. HEX triplet: 25, 55 and A2. RGB value is (37,85,162). Sum of RGB (Red+Green+Blue) = 37+85+162=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 162 (63.67% from 255 or 57.04% from 284); Max value from RGB is 162 - color contains mainly: blue. Hex color #2555A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2555A2 is #DAAA5D. Grayscale: #4F4F4F. Windows color (decimal): -14330462 or 10638629. OLE color: 10638629.

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

Color convert

RGB3785162-
CMYK0.770.4800.36
HSL216.96º62.81%39.02%-
HSV(B)216.96º77.16%63.53%-
XYZ10.539.535.46-
YUV79.43174.697.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 162 (63.67% from 255) = 57.04%
R=13.03%
G=29.93%
B=57.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37851620.770.4800.36216.9662.8139.02
Hex2555A24D30024d93f27
Octal45125242115600443317747
Binary1001011010101101000101001101110000010010011011001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2555A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,85,162); }

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

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

 a { background-color: rgb(37,85,162); }

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

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

 span { border-color: rgb(37,85,162); }

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