Html Css Color HEX #255999 Endeavour

📋 copy color: '#255999'

red 37 ◦ green 89 ◦ blue 153

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

Shades of Endeavour #255999

Tints of Endeavour #255999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

 BLUE value IS 153 (60.16% from 255) = 54.84%

R = 13.26%
G = 31.9%
B = 54.84%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#255999 (or 0x255999) is known color: Endeavour. HEX triplet: 25, 59 and 99. RGB value is (37,89,153). Sum of RGB (Red+Green+Blue) = 37+89+153=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #255999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255999 is #DAA666. Grayscale: #505050. Windows color (decimal): -14329447 or 10049829. OLE color: 10049829.

HSL color Cylindrical-coordinate representation of color #255999: hue angle of 213.1º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255999 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 89 153 -
CMYK 0.76 0.42 0 0.4
HSL 213.1º 0.61% 0.37% -
HSV(B) 213.1º 0.76% 0.6% -
XYZ 10.09 9.84 31.5 -
YUV 80.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 37 89 153 0.76 0.42 0 0.4 213.1 0.61 0.37
Hex 25 59 99 4C 2A 0 28 D5 3D 25
Octal 45 131 231 114 52 0 50 325 75 45
Binary 100101 1011001 10011001 1001100 101010 0 101000 11010101 111101 100101

Color Harmonies of #255999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255999

Black with #255999

Text Example


Text Example

White with #255999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255999; }

 p { color: rgb(37,89,153); }

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

background-color css

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

 a { background-color: rgb(37,89,153); }

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

border-color css

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

 span { border-color: rgb(37,89,153); }

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