Html Css Color HEX #255495 Endeavour

📋 copy color: '#255495'

red 37 ◦ green 84 ◦ blue 149

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

Shades of Endeavour #255495

Tints of Endeavour #255495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 13.7%
G = 31.11%
B = 55.19%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#255495 (or 0x255495) is known color: Endeavour. HEX triplet: 25, 54 and 95. RGB value is (37,84,149). Sum of RGB (Red+Green+Blue) = 37+84+149=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #255495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255495 is #DAAB6A. Grayscale: #4D4D4D. Windows color (decimal): -14330731 or 9786405. OLE color: 9786405.

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

Color convert

RGB 37 84 149 -
CMYK 0.75 0.44 0 0.42
HSL 214.82º 0.6% 0.36% -
HSV(B) 214.82º 0.75% 0.58% -
XYZ 9.36 8.9 29.66 -
YUV 77.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 37 84 149 0.75 0.44 0 0.42 214.82 0.6 0.36
Hex 25 54 95 4B 2C 0 2A D7 3C 24
Octal 45 124 225 113 54 0 52 327 74 44
Binary 100101 1010100 10010101 1001011 101100 0 101010 11010111 111100 100100

Color Harmonies of #255495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255495

Black with #255495

Text Example


Text Example

White with #255495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255495; }

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

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

background-color css

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

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

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

border-color css

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

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

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