Html Css Color HEX #255799 Endeavour

📋 copy color: '#255799'

red 37 ◦ green 87 ◦ blue 153

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

Shades of Endeavour #255799

Tints of Endeavour #255799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 13.36%
G = 31.41%
B = 55.23%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#255799 (or 0x255799) is known color: Endeavour. HEX triplet: 25, 57 and 99. RGB value is (37,87,153). Sum of RGB (Red+Green+Blue) = 37+87+153=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #255799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255799 is #DAA866. Grayscale: #4F4F4F. Windows color (decimal): -14329959 or 10049317. OLE color: 10049317.

HSL color Cylindrical-coordinate representation of color #255799: hue angle of 214.14º 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 #255799 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 87 153 -
CMYK 0.76 0.43 0 0.4
HSL 214.14º 0.61% 0.37% -
HSV(B) 214.14º 0.76% 0.6% -
XYZ 9.92 9.51 31.45 -
YUV 79.57 169.44 97.63 -
System Red Green Blue C M Y K H S L
Decimal 37 87 153 0.76 0.43 0 0.4 214.14 0.61 0.37
Hex 25 57 99 4C 2B 0 28 D6 3D 25
Octal 45 127 231 114 53 0 50 326 75 45
Binary 100101 1010111 10011001 1001100 101011 0 101000 11010110 111101 100101

Color Harmonies of #255799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255799

Black with #255799

Text Example


Text Example

White with #255799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255799; }

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

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

background-color css

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

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

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

border-color css

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

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

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