#30364F

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

Shades of Bunting #30364F

Tints of Bunting #30364F

Color information

#30364F (or 0x30364F) is unknown color: approx Bunting. HEX triplet: 30, 36 and 4F. RGB value is (48,54,79). Sum of RGB (Red+Green+Blue) = 48+54+79=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 79 - color contains mainly: blue. Hex color #30364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30364F is #CFC9B0. Grayscale: #363636. Windows color (decimal): -13617585 or 5191216. OLE color: 5191216.

HSL color Cylindrical-coordinate representation of color #30364F: hue angle of 228.39º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30364F is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB485479-
CMYK0.390.3200.69
HSL228.39º24.41%24.9%-
HSV(B)228.39º39.24%30.98%-
XYZ3.953.837.93-
YUV55.06141.51122.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 79 (31.25% from 255) = 43.65%
R=26.52%
G=29.83%
B=43.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4854790.390.3200.69228.3924.4124.9
Hex30364F2720045e41819
Octal6066117474001053443031
Binary110000110110100111110011110000001000101111001001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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