Html Css Color HEX #244994 Endeavour

📋 copy color: '#244994'

red 36 ◦ green 73 ◦ blue 148

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

Shades of Endeavour #244994

Tints of Endeavour #244994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 148 (58.2% from 255) = 57.59%

R = 14.01%
G = 28.4%
B = 57.59%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#244994 (or 0x244994) is known color: Endeavour. HEX triplet: 24, 49 and 94. RGB value is (36,73,148). Sum of RGB (Red+Green+Blue) = 36+73+148=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #244994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244994 is #DBB66B. Grayscale: #464646. Windows color (decimal): -14399084 or 9718052. OLE color: 9718052.

HSL color Cylindrical-coordinate representation of color #244994: hue angle of 220.18º 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 #244994 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 73 148 -
CMYK 0.76 0.51 0 0.42
HSL 220.18º 0.61% 0.36% -
HSV(B) 220.18º 0.76% 0.58% -
XYZ 8.46 7.28 28.98 -
YUV 70.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 36 73 148 0.76 0.51 0 0.42 220.18 0.61 0.36
Hex 24 49 94 4C 33 0 2A DC 3D 24
Octal 44 111 224 114 63 0 52 334 75 44
Binary 100100 1001001 10010100 1001100 110011 0 101010 11011100 111101 100100

Color Harmonies of #244994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244994

Black with #244994

Text Example


Text Example

White with #244994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244994; }

 p { color: rgb(36,73,148); }

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

background-color css

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

 a { background-color: rgb(36,73,148); }

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

border-color css

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

 span { border-color: rgb(36,73,148); }

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