Html Css Color HEX #24486F Venice Blue

📋 copy color: '#24486F'

red 36 ◦ green 72 ◦ blue 111

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

Shades of Venice Blue #24486F

Tints of Venice Blue #24486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

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

R = 16.44%
G = 32.88%
B = 50.68%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24486F (or 0x24486F) is known color: Venice Blue. HEX triplet: 24, 48 and 6F. RGB value is (36,72,111). Sum of RGB (Red+Green+Blue) = 36+72+111=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #24486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24486F is #DBB790. Grayscale: #414141. Windows color (decimal): -14399377 or 7292964. OLE color: 7292964.

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

Color convert

RGB 36 72 111 -
CMYK 0.68 0.35 0 0.56
HSL 211.2º 0.51% 0.29% -
HSV(B) 211.2º 0.68% 0.44% -
XYZ 5.91 6.16 15.92 -
YUV 65.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 36 72 111 0.68 0.35 0 0.56 211.2 0.51 0.29
Hex 24 48 6F 44 23 0 38 D3 33 1D
Octal 44 110 157 104 43 0 70 323 63 35
Binary 100100 1001000 1101111 1000100 100011 0 111000 11010011 110011 11101

Color Harmonies of #24486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24486F

Black with #24486F

Text Example


Text Example

White with #24486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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