Html Css Color HEX #255AA2 Endeavour

📋 copy color: '#255AA2'

red 37 ◦ green 90 ◦ blue 162

#255AA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #255AA2

Tints of Endeavour #255AA2

RGB

 RED value IS 37 (14.84% from 255) = 12.8%

 GREEN value IS 90 (35.55% from 255) = 31.14%

 BLUE value IS 162 (63.67% from 255) = 56.06%

R = 12.8%
G = 31.14%
B = 56.06%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#255AA2 (or 0x255AA2) is known color: 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

RGB 37 90 162 -
CMYK 0.77 0.44 0 0.36
HSL 214.56º 0.63% 0.39% -
HSV(B) 214.56º 0.77% 0.64% -
XYZ 10.94 10.31 35.6 -
YUV 82.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 37 90 162 0.77 0.44 0 0.36 214.56 0.63 0.39
Hex 25 5A A2 4D 2C 0 24 D7 3F 27
Octal 45 132 242 115 54 0 44 327 77 47
Binary 100101 1011010 10100010 1001101 101100 0 100100 11010111 111111 100111

Color Harmonies of #255AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255AA2

Black with #255AA2

Text Example


Text Example

White with #255AA2

Text Example


Text Example

HTML Codes & Css Web 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>