Html Css Color HEX #244D74 Venice Blue

📋 copy color: '#244D74'

red 36 ◦ green 77 ◦ blue 116

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

Shades of Venice Blue #244D74

Tints of Venice Blue #244D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.66%

R = 15.72%
G = 33.62%
B = 50.66%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#244D74 (or 0x244D74) is known color: Venice Blue. HEX triplet: 24, 4D and 74. RGB value is (36,77,116). Sum of RGB (Red+Green+Blue) = 36+77+116=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #244D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D74 is #DBB28B. Grayscale: #444444. Windows color (decimal): -14398092 or 7621924. OLE color: 7621924.

HSL color Cylindrical-coordinate representation of color #244D74: hue angle of 209.25º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #244D74 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 77 116 -
CMYK 0.69 0.34 0 0.55
HSL 209.25º 0.53% 0.3% -
HSV(B) 209.25º 0.69% 0.45% -
XYZ 6.53 6.94 17.52 -
YUV 69.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 36 77 116 0.69 0.34 0 0.55 209.25 0.53 0.3
Hex 24 4D 74 45 22 0 37 D1 35 1E
Octal 44 115 164 105 42 0 67 321 65 36
Binary 100100 1001101 1110100 1000101 100010 0 110111 11010001 110101 11110

Color Harmonies of #244D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244D74

Black with #244D74

Text Example


Text Example

White with #244D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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