Html Css Color HEX #24486E Venice Blue

📋 copy color: '#24486E'

red 36 ◦ green 72 ◦ blue 110

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

Shades of Venice Blue #24486E

Tints of Venice Blue #24486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 16.51%
G = 33.03%
B = 50.46%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#24486E (or 0x24486E) is known color: Venice Blue. HEX triplet: 24, 48 and 6E. RGB value is (36,72,110). Sum of RGB (Red+Green+Blue) = 36+72+110=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #24486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24486E is #DBB791. Grayscale: #414141. Windows color (decimal): -14399378 or 7227428. OLE color: 7227428.

HSL color Cylindrical-coordinate representation of color #24486E: hue angle of 210.81º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24486E is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 72 110 -
CMYK 0.67 0.35 0 0.57
HSL 210.81º 0.51% 0.29% -
HSV(B) 210.81º 0.67% 0.43% -
XYZ 5.86 6.14 15.63 -
YUV 65.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 36 72 110 0.67 0.35 0 0.57 210.81 0.51 0.29
Hex 24 48 6E 43 23 0 39 D3 33 1D
Octal 44 110 156 103 43 0 71 323 63 35
Binary 100100 1001000 1101110 1000011 100011 0 111001 11010011 110011 11101

Color Harmonies of #24486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24486E

Black with #24486E

Text Example


Text Example

White with #24486E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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