#303444

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

Shades of Bunting #303444

Tints of Bunting #303444

Color information

#303444 (or 0x303444) is unknown color: approx Bunting. HEX triplet: 30, 34 and 44. RGB value is (48,52,68). Sum of RGB (Red+Green+Blue) = 48+52+68=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 68 - color contains mainly: blue. Hex color #303444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303444 is #CFCBBB. Grayscale: #343434. Windows color (decimal): -13618108 or 4469808. OLE color: 4469808.

HSL color Cylindrical-coordinate representation of color #303444: hue angle of 228º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #303444 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB485268-
CMYK0.290.2400.73
HSL228º17.24%22.75%-
HSV(B)228º29.41%26.67%-
XYZ3.493.55.96-
YUV52.63136.67124.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 68 (26.95% from 255) = 40.48%
R=28.57%
G=30.95%
B=40.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4852680.290.2400.7322817.2422.75
Hex3034441D18049e41117
Octal6064104353001113442127
Binary1100001101001000100111011100001001001111001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303444; }

 p { color: rgb(48,52,68); }

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

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

 a { background-color: rgb(48,52,68); }

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

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

 span { border-color: rgb(48,52,68); }

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