Html Css Color HEX #255491 Endeavour

📋 copy color: '#255491'

red 37 ◦ green 84 ◦ blue 145

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

Shades of Endeavour #255491

Tints of Endeavour #255491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 13.91%
G = 31.58%
B = 54.51%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#255491 (or 0x255491) is known color: Endeavour. HEX triplet: 25, 54 and 91. RGB value is (37,84,145). Sum of RGB (Red+Green+Blue) = 37+84+145=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #255491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255491 is #DAAB6E. Grayscale: #4C4C4C. Windows color (decimal): -14330735 or 9524261. OLE color: 9524261.

HSL color Cylindrical-coordinate representation of color #255491: hue angle of 213.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #255491 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 84 145 -
CMYK 0.74 0.42 0 0.43
HSL 213.89º 0.59% 0.36% -
HSV(B) 213.89º 0.74% 0.57% -
XYZ 9.04 8.78 28.01 -
YUV 76.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 37 84 145 0.74 0.42 0 0.43 213.89 0.59 0.36
Hex 25 54 91 4A 2A 0 2B D6 3B 24
Octal 45 124 221 112 52 0 53 326 73 44
Binary 100101 1010100 10010001 1001010 101010 0 101011 11010110 111011 100100

Color Harmonies of #255491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255491

Black with #255491

Text Example


Text Example

White with #255491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255491; }

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

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

background-color css

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

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

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

border-color css

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

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

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