#34393F

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

Shades of Baltic Sea #34393F

Tints of Baltic Sea #34393F

Color information

#34393F (or 0x34393F) is unknown color: approx Baltic Sea. HEX triplet: 34, 39 and 3F. RGB value is (52,57,63). Sum of RGB (Red+Green+Blue) = 52+57+63=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 63 - color contains mainly: blue. Hex color #34393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34393F is #CBC6C0. Grayscale: #383838. Windows color (decimal): -13354689 or 4143412. OLE color: 4143412.

HSL color Cylindrical-coordinate representation of color #34393F: hue angle of 212.73º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #34393F is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB525763-
CMYK0.170.1000.75
HSL212.73º9.57%22.55%-
HSV(B)212.73º17.46%24.71%-
XYZ3.784.025.28-
YUV56.19131.84125.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 63 (25% from 255) = 36.63%
R=30.23%
G=33.14%
B=36.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5257630.170.1000.75212.739.5722.55
Hex34393F11A04Bd5a17
Octal647177211201133251227
Binary1101001110011111111000110100100101111010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,57,63); }

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

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

 a { background-color: rgb(52,57,63); }

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

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

 span { border-color: rgb(52,57,63); }

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