Html Css Color HEX #255889 Endeavour

📋 copy color: '#255889'

red 37 ◦ green 88 ◦ blue 137

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

Shades of Endeavour #255889

Tints of Endeavour #255889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.59%

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

R = 14.12%
G = 33.59%
B = 52.29%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#255889 (or 0x255889) is known color: Endeavour. HEX triplet: 25, 58 and 89. RGB value is (37,88,137). Sum of RGB (Red+Green+Blue) = 37+88+137=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #255889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255889 is #DAA776. Grayscale: #4E4E4E. Windows color (decimal): -14329719 or 9000997. OLE color: 9000997.

HSL color Cylindrical-coordinate representation of color #255889: hue angle of 209.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 #255889 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 88 137 -
CMYK 0.73 0.36 0 0.46
HSL 209.4º 0.57% 0.34% -
HSV(B) 209.4º 0.73% 0.54% -
XYZ 8.77 9.18 24.98 -
YUV 78.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 37 88 137 0.73 0.36 0 0.46 209.4 0.57 0.34
Hex 25 58 89 49 24 0 2E D1 39 22
Octal 45 130 211 111 44 0 56 321 71 42
Binary 100101 1011000 10001001 1001001 100100 0 101110 11010001 111001 100010

Color Harmonies of #255889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255889

Black with #255889

Text Example


Text Example

White with #255889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255889; }

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

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

background-color css

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

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

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

border-color css

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

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

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