Html Css Color HEX #244BA0 Endeavour

📋 copy color: '#244BA0'

red 36 ◦ green 75 ◦ blue 160

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

Shades of Endeavour #244BA0

Tints of Endeavour #244BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

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

R = 13.28%
G = 27.68%
B = 59.04%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#244BA0 (or 0x244BA0) is known color: Endeavour. HEX triplet: 24, 4B and A0. RGB value is (36,75,160). Sum of RGB (Red+Green+Blue) = 36+75+160=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #244BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244BA0 is #DBB45F. Grayscale: #484848. Windows color (decimal): -14398560 or 10504996. OLE color: 10504996.

HSL color Cylindrical-coordinate representation of color #244BA0: hue angle of 221.13º 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 #244BA0 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 75 160 -
CMYK 0.78 0.53 0 0.37
HSL 221.13º 0.63% 0.38% -
HSV(B) 221.13º 0.78% 0.63% -
XYZ 9.59 7.95 34.29 -
YUV 73.03 177.08 101.59 -
System Red Green Blue C M Y K H S L
Decimal 36 75 160 0.78 0.53 0 0.37 221.13 0.63 0.38
Hex 24 4B A0 4E 35 0 25 DD 3F 26
Octal 44 113 240 116 65 0 45 335 77 46
Binary 100100 1001011 10100000 1001110 110101 0 100101 11011101 111111 100110

Color Harmonies of #244BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244BA0

Black with #244BA0

Text Example


Text Example

White with #244BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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