Html Css Color HEX #255499 Endeavour

📋 copy color: '#255499'

red 37 ◦ green 84 ◦ blue 153

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

Shades of Endeavour #255499

Tints of Endeavour #255499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 13.5%
G = 30.66%
B = 55.84%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#255499 (or 0x255499) is known color: Endeavour. HEX triplet: 25, 54 and 99. RGB value is (37,84,153). Sum of RGB (Red+Green+Blue) = 37+84+153=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #255499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255499 is #DAAB66. Grayscale: #4D4D4D. Windows color (decimal): -14330727 or 10048549. OLE color: 10048549.

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

Color convert

RGB 37 84 153 -
CMYK 0.76 0.45 0 0.4
HSL 215.69º 0.61% 0.37% -
HSV(B) 215.69º 0.76% 0.6% -
XYZ 9.68 9.03 31.37 -
YUV 77.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 37 84 153 0.76 0.45 0 0.4 215.69 0.61 0.37
Hex 25 54 99 4C 2D 0 28 D8 3D 25
Octal 45 124 231 114 55 0 50 330 75 45
Binary 100101 1010100 10011001 1001100 101101 0 101000 11011000 111101 100101

Color Harmonies of #255499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255499

Black with #255499

Text Example


Text Example

White with #255499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255499; }

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

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

background-color css

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

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

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

border-color css

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

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

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