Html Css Color HEX #244F90 Endeavour

📋 copy color: '#244F90'

red 36 ◦ green 79 ◦ blue 144

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

Shades of Endeavour #244F90

Tints of Endeavour #244F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

 BLUE value IS 144 (56.64% from 255) = 55.6%

R = 13.9%
G = 30.5%
B = 55.6%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#244F90 (or 0x244F90) is known color: Endeavour. HEX triplet: 24, 4F and 90. RGB value is (36,79,144). Sum of RGB (Red+Green+Blue) = 36+79+144=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #244F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244F90 is #DBB06F. Grayscale: #494949. Windows color (decimal): -14397552 or 9457444. OLE color: 9457444.

HSL color Cylindrical-coordinate representation of color #244F90: hue angle of 216.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #244F90 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 79 144 -
CMYK 0.75 0.45 0 0.44
HSL 216.11º 0.6% 0.35% -
HSV(B) 216.11º 0.75% 0.56% -
XYZ 8.56 7.98 27.47 -
YUV 73.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 36 79 144 0.75 0.45 0 0.44 216.11 0.6 0.35
Hex 24 4F 90 4B 2D 0 2C D8 3C 23
Octal 44 117 220 113 55 0 54 330 74 43
Binary 100100 1001111 10010000 1001011 101101 0 101100 11011000 111100 100011

Color Harmonies of #244F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244F90

Black with #244F90

Text Example


Text Example

White with #244F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,79,144); }

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

background-color css

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

 a { background-color: rgb(36,79,144); }

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

border-color css

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

 span { border-color: rgb(36,79,144); }

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