Html Css Color HEX #255899 Endeavour

📋 copy color: '#255899'

red 37 ◦ green 88 ◦ blue 153

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

Shades of Endeavour #255899

Tints of Endeavour #255899

RGB

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

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

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

R = 13.31%
G = 31.65%
B = 55.04%

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

#255899 (or 0x255899) is known color: Endeavour. HEX triplet: 25, 58 and 99. RGB value is (37,88,153). Sum of RGB (Red+Green+Blue) = 37+88+153=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #255899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255899 is #DAA766. Grayscale: #4F4F4F. Windows color (decimal): -14329703 or 10049573. OLE color: 10049573.

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

Color convert

RGB 37 88 153 -
CMYK 0.76 0.42 0 0.4
HSL 213.62º 0.61% 0.37% -
HSV(B) 213.62º 0.76% 0.6% -
XYZ 10 9.67 31.48 -
YUV 80.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 37 88 153 0.76 0.42 0 0.4 213.62 0.61 0.37
Hex 25 58 99 4C 2A 0 28 D6 3D 25
Octal 45 130 231 114 52 0 50 326 75 45
Binary 100101 1011000 10011001 1001100 101010 0 101000 11010110 111101 100101

Color Harmonies of #255899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255899

Black with #255899

Text Example


Text Example

White with #255899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255899; }

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

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

background-color css

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

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

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

border-color css

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

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

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