Html Css Color HEX #255598 Endeavour

📋 copy color: '#255598'

red 37 ◦ green 85 ◦ blue 152

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

Shades of Endeavour #255598

Tints of Endeavour #255598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

 BLUE value IS 152 (59.77% from 255) = 55.47%

R = 13.5%
G = 31.02%
B = 55.47%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#255598 (or 0x255598) is known color: Endeavour. HEX triplet: 25, 55 and 98. RGB value is (37,85,152). Sum of RGB (Red+Green+Blue) = 37+85+152=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #255598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255598 is #DAAA67. Grayscale: #4D4D4D. Windows color (decimal): -14330472 or 9983269. OLE color: 9983269.

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

Color convert

RGB 37 85 152 -
CMYK 0.76 0.44 0 0.40
HSL 214.96º 0.61% 0.37% -
HSV(B) 214.96º 0.76% 0.6% -
XYZ 9.68 9.16 30.96 -
YUV 78.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 37 85 152 0.76 0.44 0 0.40 214.96 0.61 0.37
Hex 25 55 98 4C 2C 0 28 D7 3D 25
Octal 45 125 230 114 54 0 50 327 75 45
Binary 100101 1010101 10011000 1001100 101100 0 101000 11010111 111101 100101

Color Harmonies of #255598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255598

Black with #255598

Text Example


Text Example

White with #255598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255598; }

 p { color: rgb(37,85,152); }

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

background-color css

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

 a { background-color: rgb(37,85,152); }

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

border-color css

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

 span { border-color: rgb(37,85,152); }

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