Html Css Color HEX #244A95 Endeavour

📋 copy color: '#244A95'

red 36 ◦ green 74 ◦ blue 149

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

Shades of Endeavour #244A95

Tints of Endeavour #244A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.53%

R = 13.9%
G = 28.57%
B = 57.53%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#244A95 (or 0x244A95) is known color: Endeavour. HEX triplet: 24, 4A and 95. RGB value is (36,74,149). Sum of RGB (Red+Green+Blue) = 36+74+149=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #244A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244A95 is #DBB56A. Grayscale: #464646. Windows color (decimal): -14398827 or 9783844. OLE color: 9783844.

HSL color Cylindrical-coordinate representation of color #244A95: hue angle of 219.82º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244A95 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 74 149 -
CMYK 0.76 0.50 0 0.42
HSL 219.82º 0.61% 0.36% -
HSV(B) 219.82º 0.76% 0.58% -
XYZ 8.6 7.44 29.42 -
YUV 71.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 36 74 149 0.76 0.50 0 0.42 219.82 0.61 0.36
Hex 24 4A 95 4C 32 0 2A DC 3D 24
Octal 44 112 225 114 62 0 52 334 75 44
Binary 100100 1001010 10010101 1001100 110010 0 101010 11011100 111101 100100

Color Harmonies of #244A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244A95

Black with #244A95

Text Example


Text Example

White with #244A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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