#34393E

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

Shades of Baltic Sea #34393E

Tints of Baltic Sea #34393E

Color information

#34393E (or 0x34393E) is unknown color: approx Baltic Sea. HEX triplet: 34, 39 and 3E. RGB value is (52,57,62). Sum of RGB (Red+Green+Blue) = 52+57+62=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 62 - color contains mainly: blue. Hex color #34393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34393E is #CBC6C1. Grayscale: #383838. Windows color (decimal): -13354690 or 4077876. OLE color: 4077876.

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

Color convert

RGB525762-
CMYK0.160.0800.76
HSL210º8.77%22.35%-
HSV(B)210º16.13%24.31%-
XYZ3.7545.13-
YUV56.08131.34125.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=30.41%
G=33.33%
B=36.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5257620.160.0800.762108.7722.35
Hex34393E10804Cd2916
Octal647176201001143221126
Binary1101001110011111101000010000100110011010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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