Html Css Color HEX #255099 Endeavour

📋 copy color: '#255099'

red 37 ◦ green 80 ◦ blue 153

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

Shades of Endeavour #255099

Tints of Endeavour #255099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.63%

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

R = 13.7%
G = 29.63%
B = 56.67%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#255099 (or 0x255099) is known color: Endeavour. HEX triplet: 25, 50 and 99. RGB value is (37,80,153). Sum of RGB (Red+Green+Blue) = 37+80+153=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #255099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255099 is #DAAF66. Grayscale: #4B4B4B. Windows color (decimal): -14331751 or 10047525. OLE color: 10047525.

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

Color convert

RGB 37 80 153 -
CMYK 0.76 0.48 0 0.4
HSL 217.76º 0.61% 0.37% -
HSV(B) 217.76º 0.76% 0.6% -
XYZ 9.38 8.43 31.27 -
YUV 75.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 37 80 153 0.76 0.48 0 0.4 217.76 0.61 0.37
Hex 25 50 99 4C 30 0 28 DA 3D 25
Octal 45 120 231 114 60 0 50 332 75 45
Binary 100101 1010000 10011001 1001100 110000 0 101000 11011010 111101 100101

Color Harmonies of #255099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255099

Black with #255099

Text Example


Text Example

White with #255099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255099; }

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

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

background-color css

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

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

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

border-color css

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

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

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