Html Css Color HEX #244FA0 Endeavour

📋 copy color: '#244FA0'

red 36 ◦ green 79 ◦ blue 160

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

Shades of Endeavour #244FA0

Tints of Endeavour #244FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 58.18%

R = 13.09%
G = 28.73%
B = 58.18%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#244FA0 (or 0x244FA0) is known color: Endeavour. HEX triplet: 24, 4F and A0. RGB value is (36,79,160). Sum of RGB (Red+Green+Blue) = 36+79+160=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #244FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244FA0 is #DBB05F. Grayscale: #4B4B4B. Windows color (decimal): -14397536 or 10506020. OLE color: 10506020.

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

Color convert

RGB 36 79 160 -
CMYK 0.78 0.51 0 0.37
HSL 219.19º 0.63% 0.38% -
HSV(B) 219.19º 0.78% 0.63% -
XYZ 9.87 8.51 34.38 -
YUV 75.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 36 79 160 0.78 0.51 0 0.37 219.19 0.63 0.38
Hex 24 4F A0 4E 33 0 25 DB 3F 26
Octal 44 117 240 116 63 0 45 333 77 46
Binary 100100 1001111 10100000 1001110 110011 0 100101 11011011 111111 100110

Color Harmonies of #244FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244FA0

Black with #244FA0

Text Example


Text Example

White with #244FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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