Html Css Color HEX #244A78 Venice Blue

📋 copy color: '#244A78'

red 36 ◦ green 74 ◦ blue 120

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

Shades of Venice Blue #244A78

Tints of Venice Blue #244A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.17%

R = 15.65%
G = 32.17%
B = 52.17%

CMYK

 C value IS 0.7

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#244A78 (or 0x244A78) is known color: Venice Blue. HEX triplet: 24, 4A and 78. RGB value is (36,74,120). Sum of RGB (Red+Green+Blue) = 36+74+120=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #244A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A78 is #DBB587. Grayscale: #434343. Windows color (decimal): -14398856 or 7883300. OLE color: 7883300.

HSL color Cylindrical-coordinate representation of color #244A78: hue angle of 212.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #244A78 is Cyan = 0.7, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 74 120 -
CMYK 0.7 0.38 0 0.53
HSL 212.86º 0.54% 0.31% -
HSV(B) 212.86º 0.7% 0.47% -
XYZ 6.57 6.63 18.7 -
YUV 67.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 36 74 120 0.7 0.38 0 0.53 212.86 0.54 0.31
Hex 24 4A 78 46 26 0 35 D5 36 1F
Octal 44 112 170 106 46 0 65 325 66 37
Binary 100100 1001010 1111000 1000110 100110 0 110101 11010101 110110 11111

Color Harmonies of #244A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244A78

Black with #244A78

Text Example


Text Example

White with #244A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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