Html Css Color HEX #255D89 Endeavour

📋 copy color: '#255D89'

red 37 ◦ green 93 ◦ blue 137

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

Shades of Endeavour #255D89

Tints of Endeavour #255D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.83%

 BLUE value IS 137 (53.91% from 255) = 51.31%

R = 13.86%
G = 34.83%
B = 51.31%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#255D89 (or 0x255D89) is known color: Endeavour. HEX triplet: 25, 5D and 89. RGB value is (37,93,137). Sum of RGB (Red+Green+Blue) = 37+93+137=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #255D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D89 is #DAA276. Grayscale: #515151. Windows color (decimal): -14328439 or 9002277. OLE color: 9002277.

HSL color Cylindrical-coordinate representation of color #255D89: hue angle of 206.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255D89 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 93 137 -
CMYK 0.73 0.32 0 0.46
HSL 206.4º 0.57% 0.34% -
HSV(B) 206.4º 0.73% 0.54% -
XYZ 9.19 10.03 25.12 -
YUV 81.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 37 93 137 0.73 0.32 0 0.46 206.4 0.57 0.34
Hex 25 5D 89 49 20 0 2E CE 39 22
Octal 45 135 211 111 40 0 56 316 71 42
Binary 100101 1011101 10001001 1001001 100000 0 101110 11001110 111001 100010

Color Harmonies of #255D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D89

Black with #255D89

Text Example


Text Example

White with #255D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,93,137); }

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

background-color css

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

 a { background-color: rgb(37,93,137); }

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

border-color css

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

 span { border-color: rgb(37,93,137); }

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