#34373A

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

Shades of Baltic Sea #34373A

Tints of Baltic Sea #34373A

Color information

#34373A (or 0x34373A) is unknown color: approx Baltic Sea. HEX triplet: 34, 37 and 3A. RGB value is (52,55,58). Sum of RGB (Red+Green+Blue) = 52+55+58=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 58 - color contains mainly: blue. Hex color #34373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34373A is #CBC8C5. Grayscale: #363636. Windows color (decimal): -13355206 or 3815220. OLE color: 3815220.

HSL color Cylindrical-coordinate representation of color #34373A: hue angle of 210º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #34373A is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB525558-
CMYK0.100.0500.77
HSL210º5.45%21.57%-
HSV(B)210º10.34%22.75%-
XYZ3.553.774.54-
YUV54.44130.01126.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=31.52%
G=33.33%
B=35.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5255580.100.0500.772105.4521.57
Hex34373AA504Dd2516
Octal6467721250115322526
Binary1101001101111110101010101010011011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34373A; }

 p { color: rgb(52,55,58); }

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

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

 a { background-color: rgb(52,55,58); }

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

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

 span { border-color: rgb(52,55,58); }

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