Html Css Color HEX #255496 Endeavour

📋 copy color: '#255496'

red 37 ◦ green 84 ◦ blue 150

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

Shades of Endeavour #255496

Tints of Endeavour #255496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 13.65%
G = 31%
B = 55.35%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#255496 (or 0x255496) is known color: Endeavour. HEX triplet: 25, 54 and 96. RGB value is (37,84,150). Sum of RGB (Red+Green+Blue) = 37+84+150=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #255496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255496 is #DAAB69. Grayscale: #4D4D4D. Windows color (decimal): -14330730 or 9851941. OLE color: 9851941.

HSL color Cylindrical-coordinate representation of color #255496: hue angle of 215.04º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255496 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 84 150 -
CMYK 0.75 0.44 0 0.41
HSL 215.04º 0.6% 0.37% -
HSV(B) 215.04º 0.75% 0.59% -
XYZ 9.44 8.94 30.08 -
YUV 77.47 168.93 99.13 -
System Red Green Blue C M Y K H S L
Decimal 37 84 150 0.75 0.44 0 0.41 215.04 0.6 0.37
Hex 25 54 96 4B 2C 0 29 D7 3C 25
Octal 45 124 226 113 54 0 51 327 74 45
Binary 100101 1010100 10010110 1001011 101100 0 101001 11010111 111100 100101

Color Harmonies of #255496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255496

Black with #255496

Text Example


Text Example

White with #255496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255496; }

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

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

background-color css

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

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

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

border-color css

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

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

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