#34393D

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

Shades of Baltic Sea #34393D

Tints of Baltic Sea #34393D

Color information

#34393D (or 0x34393D) is unknown color: approx Baltic Sea. HEX triplet: 34, 39 and 3D. RGB value is (52,57,61). Sum of RGB (Red+Green+Blue) = 52+57+61=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 61 - color contains mainly: blue. Hex color #34393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34393D is #CBC6C2. Grayscale: #373737. Windows color (decimal): -13354691 or 4012340. OLE color: 4012340.

HSL color Cylindrical-coordinate representation of color #34393D: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #34393D is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB525761-
CMYK0.150.0700.76
HSL206.67º7.96%22.16%-
HSV(B)206.67º14.75%23.92%-
XYZ3.723.994.99-
YUV55.96130.84125.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=30.59%
G=33.53%
B=35.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5257610.150.0700.76206.677.9622.16
Hex34393DF704Ccf816
Octal64717517701143171026
Binary11010011100111110111111110100110011001111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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