#303752

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

Shades of Bunting #303752

Tints of Bunting #303752

Color information

#303752 (or 0x303752) is unknown color: approx Bunting. HEX triplet: 30, 37 and 52. RGB value is (48,55,82). Sum of RGB (Red+Green+Blue) = 48+55+82=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #303752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303752 is #CFC8AD. Grayscale: #373737. Windows color (decimal): -13617326 or 5388080. OLE color: 5388080.

HSL color Cylindrical-coordinate representation of color #303752: hue angle of 227.65º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303752 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB485582-
CMYK0.410.3300.68
HSL227.65º26.15%25.49%-
HSV(B)227.65º41.46%32.16%-
XYZ4.113.978.53-
YUV55.98142.68122.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=25.95%
G=29.73%
B=44.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4855820.410.3300.68227.6526.1525.49
Hex3037522921044e41a19
Octal6067122514101043443231
Binary110000110111101001010100110000101000100111001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303752; }

 p { color: rgb(48,55,82); }

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

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

 a { background-color: rgb(48,55,82); }

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

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

 span { border-color: rgb(48,55,82); }

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