Html Css Color HEX #255A89 Endeavour

📋 copy color: '#255A89'

red 37 ◦ green 90 ◦ blue 137

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

Shades of Endeavour #255A89

Tints of Endeavour #255A89

RGB

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

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

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

R = 14.02%
G = 34.09%
B = 51.89%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#255A89 (or 0x255A89) is known color: Endeavour. HEX triplet: 25, 5A and 89. RGB value is (37,90,137). Sum of RGB (Red+Green+Blue) = 37+90+137=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #255A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A89 is #DAA576. Grayscale: #4F4F4F. Windows color (decimal): -14329207 or 9001509. OLE color: 9001509.

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

Color convert

RGB 37 90 137 -
CMYK 0.73 0.34 0 0.46
HSL 208.2º 0.57% 0.34% -
HSV(B) 208.2º 0.73% 0.54% -
XYZ 8.93 9.51 25.03 -
YUV 79.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 37 90 137 0.73 0.34 0 0.46 208.2 0.57 0.34
Hex 25 5A 89 49 22 0 2E D0 39 22
Octal 45 132 211 111 42 0 56 320 71 42
Binary 100101 1011010 10001001 1001001 100010 0 101110 11010000 111001 100010

Color Harmonies of #255A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A89

Black with #255A89

Text Example


Text Example

White with #255A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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