Html Css Color HEX #245291 Endeavour

📋 copy color: '#245291'

red 36 ◦ green 82 ◦ blue 145

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

Shades of Endeavour #245291

Tints of Endeavour #245291

RGB

 RED value IS 36 (14.45% from 255) = 13.69%

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

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

R = 13.69%
G = 31.18%
B = 55.13%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#245291 (or 0x245291) is known color: Endeavour. HEX triplet: 24, 52 and 91. RGB value is (36,82,145). Sum of RGB (Red+Green+Blue) = 36+82+145=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #245291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245291 is #DBAD6E. Grayscale: #4B4B4B. Windows color (decimal): -14396783 or 9523748. OLE color: 9523748.

HSL color Cylindrical-coordinate representation of color #245291: hue angle of 214.68º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245291 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 82 145 -
CMYK 0.75 0.43 0 0.43
HSL 214.68º 0.6% 0.35% -
HSV(B) 214.68º 0.75% 0.57% -
XYZ 8.86 8.45 27.95 -
YUV 75.43 167.26 99.88 -
System Red Green Blue C M Y K H S L
Decimal 36 82 145 0.75 0.43 0 0.43 214.68 0.6 0.35
Hex 24 52 91 4B 2B 0 2B D7 3C 23
Octal 44 122 221 113 53 0 53 327 74 43
Binary 100100 1010010 10010001 1001011 101011 0 101011 11010111 111100 100011

Color Harmonies of #245291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245291

Black with #245291

Text Example


Text Example

White with #245291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245291; }

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

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

background-color css

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

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

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

border-color css

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

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

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