Html Css Color HEX #244D77 Venice Blue

📋 copy color: '#244D77'

red 36 ◦ green 77 ◦ blue 119

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

Shades of Venice Blue #244D77

Tints of Venice Blue #244D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.29%

R = 15.52%
G = 33.19%
B = 51.29%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#244D77 (or 0x244D77) is known color: Venice Blue. HEX triplet: 24, 4D and 77. RGB value is (36,77,119). Sum of RGB (Red+Green+Blue) = 36+77+119=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #244D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D77 is #DBB288. Grayscale: #454545. Windows color (decimal): -14398089 or 7818532. OLE color: 7818532.

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

Color convert

RGB 36 77 119 -
CMYK 0.70 0.35 0 0.53
HSL 210.36º 0.54% 0.3% -
HSV(B) 210.36º 0.7% 0.47% -
XYZ 6.71 7.01 18.45 -
YUV 69.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 36 77 119 0.70 0.35 0 0.53 210.36 0.54 0.3
Hex 24 4D 77 46 23 0 35 D2 36 1E
Octal 44 115 167 106 43 0 65 322 66 36
Binary 100100 1001101 1110111 1000110 100011 0 110101 11010010 110110 11110

Color Harmonies of #244D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244D77

Black with #244D77

Text Example


Text Example

White with #244D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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