#303B45

Color #303B45 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #303B45

Tints of Baltic Sea #303B45

Color information

#303B45 (or 0x303B45) is unknown color: approx Baltic Sea. HEX triplet: 30, 3B and 45. RGB value is (48,59,69). Sum of RGB (Red+Green+Blue) = 48+59+69=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 69 - color contains mainly: blue. Hex color #303B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B45 is #CFC4BA. Grayscale: #383838. Windows color (decimal): -13616315 or 4537136. OLE color: 4537136.

HSL color Cylindrical-coordinate representation of color #303B45: hue angle of 208.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #303B45 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB485969-
CMYK0.300.1400.73
HSL208.57º17.95%22.94%-
HSV(B)208.57º30.43%27.06%-
XYZ3.864.196.23-
YUV56.85134.86121.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 69 (27.34% from 255) = 39.20%
R=27.27%
G=33.52%
B=39.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4859690.300.1400.73208.5717.9522.94
Hex303B451EE049d11217
Octal6073105361601113212227
Binary110000111011100010111110111001001001110100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303B45; }

 p { color: rgb(48,59,69); }

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

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

 a { background-color: rgb(48,59,69); }

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

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

 span { border-color: rgb(48,59,69); }

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