Html Css Color HEX #24466F Venice Blue

📋 copy color: '#24466F'

red 36 ◦ green 70 ◦ blue 111

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

Shades of Venice Blue #24466F

Tints of Venice Blue #24466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.26%

 BLUE value IS 111 (43.75% from 255) = 51.15%

R = 16.59%
G = 32.26%
B = 51.15%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24466F (or 0x24466F) is known color: Venice Blue. HEX triplet: 24, 46 and 6F. RGB value is (36,70,111). Sum of RGB (Red+Green+Blue) = 36+70+111=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #24466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24466F is #DBB990. Grayscale: #404040. Windows color (decimal): -14399889 or 7292452. OLE color: 7292452.

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

Color convert

RGB 36 70 111 -
CMYK 0.68 0.37 0 0.56
HSL 212.8º 0.51% 0.29% -
HSV(B) 212.8º 0.68% 0.44% -
XYZ 5.79 5.9 15.87 -
YUV 64.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 36 70 111 0.68 0.37 0 0.56 212.8 0.51 0.29
Hex 24 46 6F 44 25 0 38 D5 33 1D
Octal 44 106 157 104 45 0 70 325 63 35
Binary 100100 1000110 1101111 1000100 100101 0 111000 11010101 110011 11101

Color Harmonies of #24466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24466F

Black with #24466F

Text Example


Text Example

White with #24466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24466F; }

 p { color: rgb(36,70,111); }

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

background-color css

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

 a { background-color: rgb(36,70,111); }

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

border-color css

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

 span { border-color: rgb(36,70,111); }

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