#255AA2

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

Shades of Endeavour #255AA2

Tints of Endeavour #255AA2

Color information

#255AA2 (or 0x255AA2) is unknown color: approx Endeavour. HEX triplet: 25, 5A and A2. RGB value is (37,90,162). Sum of RGB (Red+Green+Blue) = 37+90+162=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #255AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255AA2 is #DAA55D. Grayscale: #525252. Windows color (decimal): -14329182 or 10639909. OLE color: 10639909.

HSL color Cylindrical-coordinate representation of color #255AA2: hue angle of 214.56º 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 #255AA2 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3790162-
CMYK0.770.4400.36
HSL214.56º62.81%39.02%-
HSV(B)214.56º77.16%63.53%-
XYZ10.9410.3135.6-
YUV82.36172.9495.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 162 (63.67% from 255) = 56.06%
R=12.80%
G=31.14%
B=56.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37901620.770.4400.36214.5662.8139.02
Hex255AA24D2C024d73f27
Octal45132242115540443277747
Binary1001011011010101000101001101101100010010011010111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255AA2; }

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

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

<style>
 a { background-color: #255AA2; }

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

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

<style>
 span { border-color: #255AA2; }

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

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