Html Css Color HEX #255588 Endeavour

📋 copy color: '#255588'

red 37 ◦ green 85 ◦ blue 136

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

Shades of Endeavour #255588

Tints of Endeavour #255588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.95%

 BLUE value IS 136 (53.52% from 255) = 52.71%

R = 14.34%
G = 32.95%
B = 52.71%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#255588 (or 0x255588) is known color: Endeavour. HEX triplet: 25, 55 and 88. RGB value is (37,85,136). Sum of RGB (Red+Green+Blue) = 37+85+136=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #255588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255588 is #DAAA77. Grayscale: #4C4C4C. Windows color (decimal): -14330488 or 8934693. OLE color: 8934693.

HSL color Cylindrical-coordinate representation of color #255588: hue angle of 210.91º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255588 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 85 136 -
CMYK 0.73 0.38 0 0.47
HSL 210.91º 0.57% 0.34% -
HSV(B) 210.91º 0.73% 0.53% -
XYZ 8.46 8.67 24.52 -
YUV 76.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 37 85 136 0.73 0.38 0 0.47 210.91 0.57 0.34
Hex 25 55 88 49 26 0 2F D3 39 22
Octal 45 125 210 111 46 0 57 323 71 42
Binary 100101 1010101 10001000 1001001 100110 0 101111 11010011 111001 100010

Color Harmonies of #255588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255588

Black with #255588

Text Example


Text Example

White with #255588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255588; }

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

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

background-color css

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

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

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

border-color css

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

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

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