#24304B

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

Shades of Bunting #24304B

Tints of Bunting #24304B

Color information

#24304B (or 0x24304B) is unknown color: approx Bunting. HEX triplet: 24, 30 and 4B. RGB value is (36,48,75). Sum of RGB (Red+Green+Blue) = 36+48+75=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #24304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24304B is #DBCFB4. Grayscale: #2F2F2F. Windows color (decimal): -14405557 or 4927524. OLE color: 4927524.

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

Color convert

RGB364875-
CMYK0.520.3600.71
HSL221.54º35.14%21.76%-
HSV(B)221.54º52%29.41%-
XYZ3.0537.07-
YUV47.49143.52119.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 75 (29.69% from 255) = 47.17%
R=22.64%
G=30.19%
B=47.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3648750.520.3600.71221.5435.1421.76
Hex24304B3424047de2316
Octal4460113644401073364326
Binary1001001100001001011110100100100010001111101111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24304B; }

 p { color: rgb(36,48,75); }

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

<style>
 a { background-color: #24304B; }

 a { background-color: rgb(36,48,75); }

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

<style>
 span { border-color: #24304B; }

 span { border-color: rgb(36,48,75); }

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