Html Css Color HEX #244A70 Venice Blue

📋 copy color: '#244A70'

red 36 ◦ green 74 ◦ blue 112

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

Shades of Venice Blue #244A70

Tints of Venice Blue #244A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 16.22%
G = 33.33%
B = 50.45%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#244A70 (or 0x244A70) is known color: Venice Blue. HEX triplet: 24, 4A and 70. RGB value is (36,74,112). Sum of RGB (Red+Green+Blue) = 36+74+112=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #244A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A70 is #DBB58F. Grayscale: #424242. Windows color (decimal): -14398864 or 7359012. OLE color: 7359012.

HSL color Cylindrical-coordinate representation of color #244A70: hue angle of 210º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #244A70 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 74 112 -
CMYK 0.68 0.34 0 0.56
HSL 210º 0.51% 0.29% -
HSV(B) 210º 0.68% 0.44% -
XYZ 6.1 6.44 16.25 -
YUV 66.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 36 74 112 0.68 0.34 0 0.56 210 0.51 0.29
Hex 24 4A 70 44 22 0 38 D2 33 1D
Octal 44 112 160 104 42 0 70 322 63 35
Binary 100100 1001010 1110000 1000100 100010 0 111000 11010010 110011 11101

Color Harmonies of #244A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244A70

Black with #244A70

Text Example


Text Example

White with #244A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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