Html Css Color HEX #24496D Venice Blue

📋 copy color: '#24496D'

red 36 ◦ green 73 ◦ blue 109

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

Shades of Venice Blue #24496D

Tints of Venice Blue #24496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 109 (42.97% from 255) = 50%

R = 16.51%
G = 33.49%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#24496D (or 0x24496D) is known color: Venice Blue. HEX triplet: 24, 49 and 6D. RGB value is (36,73,109). Sum of RGB (Red+Green+Blue) = 36+73+109=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #24496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24496D is #DBB692. Grayscale: #414141. Windows color (decimal): -14399123 or 7162148. OLE color: 7162148.

HSL color Cylindrical-coordinate representation of color #24496D: hue angle of 209.59º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24496D is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 73 109 -
CMYK 0.67 0.33 0 0.57
HSL 209.59º 0.5% 0.28% -
HSV(B) 209.59º 0.67% 0.43% -
XYZ 5.87 6.24 15.36 -
YUV 66.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 36 73 109 0.67 0.33 0 0.57 209.59 0.5 0.28
Hex 24 49 6D 43 21 0 39 D2 32 1C
Octal 44 111 155 103 41 0 71 322 62 34
Binary 100100 1001001 1101101 1000011 100001 0 111001 11010010 110010 11100

Color Harmonies of #24496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24496D

Black with #24496D

Text Example


Text Example

White with #24496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24496D; }

 p { color: rgb(36,73,109); }

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

background-color css

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

 a { background-color: rgb(36,73,109); }

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

border-color css

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

 span { border-color: rgb(36,73,109); }

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