#30364A

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

Shades of Bunting #30364A

Tints of Bunting #30364A

Color information

#30364A (or 0x30364A) is unknown color: approx Bunting. HEX triplet: 30, 36 and 4A. RGB value is (48,54,74). Sum of RGB (Red+Green+Blue) = 48+54+74=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 74 - color contains mainly: blue. Hex color #30364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30364A is #CFC9B5. Grayscale: #363636. Windows color (decimal): -13617590 or 4863536. OLE color: 4863536.

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

Color convert

RGB485474-
CMYK0.350.2700.71
HSL226.15º21.31%23.92%-
HSV(B)226.15º35.14%29.02%-
XYZ3.773.767.01-
YUV54.49139.01123.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=27.27%
G=30.68%
B=42.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4854740.350.2700.71226.1521.3123.92
Hex30364A231B047e21518
Octal6066112433301073422530
Binary11000011011010010101000111101101000111111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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