Html Css Color HEX #245391 Endeavour

📋 copy color: '#245391'

red 36 ◦ green 83 ◦ blue 145

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

Shades of Endeavour #245391

Tints of Endeavour #245391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

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

R = 13.64%
G = 31.44%
B = 54.92%

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

#245391 (or 0x245391) is known color: Endeavour. HEX triplet: 24, 53 and 91. RGB value is (36,83,145). Sum of RGB (Red+Green+Blue) = 36+83+145=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 83 (32.81% from 255 or 31.44% 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 #245391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245391 is #DBAC6E. Grayscale: #4B4B4B. Windows color (decimal): -14396527 or 9524004. OLE color: 9524004.

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

Color convert

RGB 36 83 145 -
CMYK 0.75 0.43 0 0.43
HSL 214.13º 0.6% 0.35% -
HSV(B) 214.13º 0.75% 0.57% -
XYZ 8.93 8.61 27.98 -
YUV 76.02 166.93 99.46 -
System Red Green Blue C M Y K H S L
Decimal 36 83 145 0.75 0.43 0 0.43 214.13 0.6 0.35
Hex 24 53 91 4B 2B 0 2B D6 3C 23
Octal 44 123 221 113 53 0 53 326 74 43
Binary 100100 1010011 10010001 1001011 101011 0 101011 11010110 111100 100011

Color Harmonies of #245391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245391

Black with #245391

Text Example


Text Example

White with #245391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245391; }

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

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

background-color css

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

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

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

border-color css

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

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

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