Html Css Color HEX #244A9F Endeavour

📋 copy color: '#244A9F'

red 36 ◦ green 74 ◦ blue 159

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

Shades of Endeavour #244A9F

Tints of Endeavour #244A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 59.11%

R = 13.38%
G = 27.51%
B = 59.11%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#244A9F (or 0x244A9F) is known color: Endeavour. HEX triplet: 24, 4A and 9F. RGB value is (36,74,159). Sum of RGB (Red+Green+Blue) = 36+74+159=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #244A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244A9F is #DBB560. Grayscale: #474747. Windows color (decimal): -14398817 or 10439204. OLE color: 10439204.

HSL color Cylindrical-coordinate representation of color #244A9F: hue angle of 221.46º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #244A9F is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 74 159 -
CMYK 0.77 0.53 0 0.38
HSL 221.46º 0.63% 0.38% -
HSV(B) 221.46º 0.77% 0.62% -
XYZ 9.43 7.78 33.8 -
YUV 72.33 176.91 102.09 -
System Red Green Blue C M Y K H S L
Decimal 36 74 159 0.77 0.53 0 0.38 221.46 0.63 0.38
Hex 24 4A 9F 4D 35 0 26 DD 3F 26
Octal 44 112 237 115 65 0 46 335 77 46
Binary 100100 1001010 10011111 1001101 110101 0 100110 11011101 111111 100110

Color Harmonies of #244A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244A9F

Black with #244A9F

Text Example


Text Example

White with #244A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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