Html Css Color HEX #255AA4 Endeavour

📋 copy color: '#255AA4'

red 37 ◦ green 90 ◦ blue 164

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

Shades of Endeavour #255AA4

Tints of Endeavour #255AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 56.36%

R = 12.71%
G = 30.93%
B = 56.36%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#255AA4 (or 0x255AA4) is known color: Endeavour. HEX triplet: 25, 5A and A4. RGB value is (37,90,164). Sum of RGB (Red+Green+Blue) = 37+90+164=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #255AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255AA4 is #DAA55B. Grayscale: #525252. Windows color (decimal): -14329180 or 10770981. OLE color: 10770981.

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

Color convert

RGB 37 90 164 -
CMYK 0.77 0.45 0 0.36
HSL 214.96º 0.63% 0.39% -
HSV(B) 214.96º 0.77% 0.64% -
XYZ 11.12 10.39 36.54 -
YUV 82.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 37 90 164 0.77 0.45 0 0.36 214.96 0.63 0.39
Hex 25 5A A4 4D 2D 0 24 D7 3F 27
Octal 45 132 244 115 55 0 44 327 77 47
Binary 100101 1011010 10100100 1001101 101101 0 100100 11010111 111111 100111

Color Harmonies of #255AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255AA4

Black with #255AA4

Text Example


Text Example

White with #255AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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