Html Css Color HEX #255AA1 Endeavour

📋 copy color: '#255AA1'

red 37 ◦ green 90 ◦ blue 161

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

Shades of Endeavour #255AA1

Tints of Endeavour #255AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 55.9%

R = 12.85%
G = 31.25%
B = 55.9%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#255AA1 (or 0x255AA1) is known color: Endeavour. HEX triplet: 25, 5A and A1. RGB value is (37,90,161). Sum of RGB (Red+Green+Blue) = 37+90+161=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #255AA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255AA1 is #DAA55E. Grayscale: #515151. Windows color (decimal): -14329183 or 10574373. OLE color: 10574373.

HSL color Cylindrical-coordinate representation of color #255AA1: hue angle of 214.35º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #255AA1 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 90 161 -
CMYK 0.77 0.44 0 0.37
HSL 214.35º 0.63% 0.39% -
HSV(B) 214.35º 0.77% 0.63% -
XYZ 10.85 10.28 35.13 -
YUV 82.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 37 90 161 0.77 0.44 0 0.37 214.35 0.63 0.39
Hex 25 5A A1 4D 2C 0 25 D6 3F 27
Octal 45 132 241 115 54 0 45 326 77 47
Binary 100101 1011010 10100001 1001101 101100 0 100101 11010110 111111 100111

Color Harmonies of #255AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255AA1

Black with #255AA1

Text Example


Text Example

White with #255AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #255AA1;
 }
 .AnyTagClassName
 {
   color: #255AA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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