Html Css Color HEX #244A91 Endeavour

📋 copy color: '#244A91'

red 36 ◦ green 74 ◦ blue 145

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

Shades of Endeavour #244A91

Tints of Endeavour #244A91

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

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

R = 14.12%
G = 29.02%
B = 56.86%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#244A91 (or 0x244A91) is known color: Endeavour. HEX triplet: 24, 4A and 91. RGB value is (36,74,145). Sum of RGB (Red+Green+Blue) = 36+74+145=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #244A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244A91 is #DBB56E. Grayscale: #464646. Windows color (decimal): -14398831 or 9521700. OLE color: 9521700.

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

Color convert

RGB 36 74 145 -
CMYK 0.75 0.49 0 0.43
HSL 219.08º 0.6% 0.35% -
HSV(B) 219.08º 0.75% 0.57% -
XYZ 8.29 7.32 27.76 -
YUV 70.73 169.91 103.23 -
System Red Green Blue C M Y K H S L
Decimal 36 74 145 0.75 0.49 0 0.43 219.08 0.6 0.35
Hex 24 4A 91 4B 31 0 2B DB 3C 23
Octal 44 112 221 113 61 0 53 333 74 43
Binary 100100 1001010 10010001 1001011 110001 0 101011 11011011 111100 100011

Color Harmonies of #244A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244A91

Black with #244A91

Text Example


Text Example

White with #244A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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