#24344A

Color #24344A Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #24344A

Tints of Bunting #24344A

Color information

#24344A (or 0x24344A) is unknown color: approx Bunting. HEX triplet: 24, 34 and 4A. RGB value is (36,52,74). Sum of RGB (Red+Green+Blue) = 36+52+74=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #24344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24344A is #DBCBB5. Grayscale: #313131. Windows color (decimal): -14404534 or 4863012. OLE color: 4863012.

HSL color Cylindrical-coordinate representation of color #24344A: hue angle of 214.74º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #24344A is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB365274-
CMYK0.510.3000.71
HSL214.74º34.55%21.57%-
HSV(B)214.74º51.35%29.02%-
XYZ3.193.336.95-
YUV49.72141.7118.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=22.22%
G=32.10%
B=45.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3652740.510.3000.71214.7434.5521.57
Hex24344A331E047d72316
Octal4464112633601073274326
Binary100100110100100101011001111110010001111101011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24344A; }

 p { color: rgb(36,52,74); }

 H1.HeaderClassName
 {
   color: #24344A;
 }
 .AnyTagClassName
 {
   color: #24344A;
 }
</style>
background-color css

<style>
 a { background-color: #24344A; }

 a { background-color: rgb(36,52,74); }

 div.DivClassName
 {
   background-color: #24344A;
 }
 .BgClassName
 {
   background-color: #24344A;
 }
</style>
border-color css

<style>
 span { border-color: #24344A; }

 span { border-color: rgb(36,52,74); }

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