Html Css Color HEX #244870 Venice Blue

📋 copy color: '#244870'

red 36 ◦ green 72 ◦ blue 112

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

Shades of Venice Blue #244870

Tints of Venice Blue #244870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 16.36%
G = 32.73%
B = 50.91%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#244870 (or 0x244870) is known color: Venice Blue. HEX triplet: 24, 48 and 70. RGB value is (36,72,112). Sum of RGB (Red+Green+Blue) = 36+72+112=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #244870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244870 is #DBB78F. Grayscale: #414141. Windows color (decimal): -14399376 or 7358500. OLE color: 7358500.

HSL color Cylindrical-coordinate representation of color #244870: hue angle of 211.58º 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 #244870 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 72 112 -
CMYK 0.68 0.36 0 0.56
HSL 211.58º 0.51% 0.29% -
HSV(B) 211.58º 0.68% 0.44% -
XYZ 5.97 6.18 16.21 -
YUV 65.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 36 72 112 0.68 0.36 0 0.56 211.58 0.51 0.29
Hex 24 48 70 44 24 0 38 D4 33 1D
Octal 44 110 160 104 44 0 70 324 63 35
Binary 100100 1001000 1110000 1000100 100100 0 111000 11010100 110011 11101

Color Harmonies of #244870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244870

Black with #244870

Text Example


Text Example

White with #244870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244870; }

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

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

background-color css

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

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

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

border-color css

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

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

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