#30364D

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

Shades of Bunting #30364D

Tints of Bunting #30364D

Color information

#30364D (or 0x30364D) is unknown color: approx Bunting. HEX triplet: 30, 36 and 4D. RGB value is (48,54,77). Sum of RGB (Red+Green+Blue) = 48+54+77=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #30364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30364D is #CFC9B2. Grayscale: #363636. Windows color (decimal): -13617587 or 5060144. OLE color: 5060144.

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

Color convert

RGB485477-
CMYK0.380.3000.70
HSL227.59º23.2%24.51%-
HSV(B)227.59º37.66%30.2%-
XYZ3.883.87.55-
YUV54.83140.51123.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=26.82%
G=30.17%
B=43.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4854770.380.3000.70227.5923.224.51
Hex30364D261E046e41719
Octal6066115463601063442731
Binary11000011011010011011001101111001000110111001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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