#30364C

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

Shades of Bunting #30364C

Tints of Bunting #30364C

Color information

#30364C (or 0x30364C) is unknown color: approx Bunting. HEX triplet: 30, 36 and 4C. RGB value is (48,54,76). Sum of RGB (Red+Green+Blue) = 48+54+76=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #30364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30364C is #CFC9B3. Grayscale: #363636. Windows color (decimal): -13617588 or 4994608. OLE color: 4994608.

HSL color Cylindrical-coordinate representation of color #30364C: hue angle of 227.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30364C is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB485476-
CMYK0.370.2900.70
HSL227.14º22.58%24.31%-
HSV(B)227.14º36.84%29.8%-
XYZ3.843.797.37-
YUV54.71140.01123.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=26.97%
G=30.34%
B=42.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4854760.370.2900.70227.1422.5824.31
Hex30364C251D046e31718
Octal6066114453501063432730
Binary11000011011010011001001011110101000110111000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30364C; }

 p { color: rgb(48,54,76); }

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

<style>
 a { background-color: #30364C; }

 a { background-color: rgb(48,54,76); }

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

<style>
 span { border-color: #30364C; }

 span { border-color: rgb(48,54,76); }

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