Html Css Color HEX #244D70 Venice Blue

📋 copy color: '#244D70'

red 36 ◦ green 77 ◦ blue 112

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

Shades of Venice Blue #244D70

Tints of Venice Blue #244D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.22%

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

R = 16%
G = 34.22%
B = 49.78%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#244D70 (or 0x244D70) is known color: Venice Blue. HEX triplet: 24, 4D and 70. RGB value is (36,77,112). Sum of RGB (Red+Green+Blue) = 36+77+112=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #244D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D70 is #DBB28F. Grayscale: #444444. Windows color (decimal): -14398096 or 7359780. OLE color: 7359780.

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

Color convert

RGB 36 77 112 -
CMYK 0.68 0.31 0 0.56
HSL 207.63º 0.51% 0.29% -
HSV(B) 207.63º 0.68% 0.44% -
XYZ 6.31 6.85 16.32 -
YUV 68.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 36 77 112 0.68 0.31 0 0.56 207.63 0.51 0.29
Hex 24 4D 70 44 1F 0 38 D0 33 1D
Octal 44 115 160 104 37 0 70 320 63 35
Binary 100100 1001101 1110000 1000100 11111 0 111000 11010000 110011 11101

Color Harmonies of #244D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244D70

Black with #244D70

Text Example


Text Example

White with #244D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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