Html Css Color HEX #255B89 Endeavour

📋 copy color: '#255B89'

red 37 ◦ green 91 ◦ blue 137

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

Shades of Endeavour #255B89

Tints of Endeavour #255B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.34%

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

R = 13.96%
G = 34.34%
B = 51.7%

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

#255B89 (or 0x255B89) is known color: Endeavour. HEX triplet: 25, 5B and 89. RGB value is (37,91,137). Sum of RGB (Red+Green+Blue) = 37+91+137=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #255B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B89 is #DAA476. Grayscale: #4F4F4F. Windows color (decimal): -14328951 or 9001765. OLE color: 9001765.

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

Color convert

RGB 37 91 137 -
CMYK 0.73 0.34 0 0.46
HSL 207.6º 0.57% 0.34% -
HSV(B) 207.6º 0.73% 0.54% -
XYZ 9.02 9.68 25.06 -
YUV 80.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 37 91 137 0.73 0.34 0 0.46 207.6 0.57 0.34
Hex 25 5B 89 49 22 0 2E D0 39 22
Octal 45 133 211 111 42 0 56 320 71 42
Binary 100101 1011011 10001001 1001001 100010 0 101110 11010000 111001 100010

Color Harmonies of #255B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B89

Black with #255B89

Text Example


Text Example

White with #255B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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