Html Css Color HEX #255291 Endeavour

📋 copy color: '#255291'

red 37 ◦ green 82 ◦ blue 145

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

Shades of Endeavour #255291

Tints of Endeavour #255291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 14.02%
G = 31.06%
B = 54.92%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#255291 (or 0x255291) is known color: Endeavour. HEX triplet: 25, 52 and 91. RGB value is (37,82,145). Sum of RGB (Red+Green+Blue) = 37+82+145=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #255291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255291 is #DAAD6E. Grayscale: #4B4B4B. Windows color (decimal): -14331247 or 9523749. OLE color: 9523749.

HSL color Cylindrical-coordinate representation of color #255291: hue angle of 215º 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 #255291 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 82 145 -
CMYK 0.74 0.43 0 0.43
HSL 215º 0.59% 0.36% -
HSV(B) 215º 0.74% 0.57% -
XYZ 8.89 8.47 27.95 -
YUV 75.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 37 82 145 0.74 0.43 0 0.43 215 0.59 0.36
Hex 25 52 91 4A 2B 0 2B D7 3B 24
Octal 45 122 221 112 53 0 53 327 73 44
Binary 100101 1010010 10010001 1001010 101011 0 101011 11010111 111011 100100

Color Harmonies of #255291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255291

Black with #255291

Text Example


Text Example

White with #255291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255291; }

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

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

background-color css

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

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

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

border-color css

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

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

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