Html Css Color HEX #244A94 Endeavour

📋 copy color: '#244A94'

red 36 ◦ green 74 ◦ blue 148

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

Shades of Endeavour #244A94

Tints of Endeavour #244A94

RGB

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

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

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

R = 13.95%
G = 28.68%
B = 57.36%

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

#244A94 (or 0x244A94) is known color: Endeavour. HEX triplet: 24, 4A and 94. RGB value is (36,74,148). Sum of RGB (Red+Green+Blue) = 36+74+148=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #244A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244A94 is #DBB56B. Grayscale: #464646. Windows color (decimal): -14398828 or 9718308. OLE color: 9718308.

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

Color convert

RGB 36 74 148 -
CMYK 0.76 0.50 0 0.42
HSL 219.64º 0.61% 0.36% -
HSV(B) 219.64º 0.76% 0.58% -
XYZ 8.52 7.41 29 -
YUV 71.07 171.41 102.98 -
System Red Green Blue C M Y K H S L
Decimal 36 74 148 0.76 0.50 0 0.42 219.64 0.61 0.36
Hex 24 4A 94 4C 32 0 2A DC 3D 24
Octal 44 112 224 114 62 0 52 334 75 44
Binary 100100 1001010 10010100 1001100 110010 0 101010 11011100 111101 100100

Color Harmonies of #244A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244A94

Black with #244A94

Text Example


Text Example

White with #244A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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