Html Css Color HEX #34373A Baltic Sea

📋 copy color: '#34373A'

red 52 ◦ green 55 ◦ blue 58

#34373A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baltic Sea #34373A

Tints of Baltic Sea #34373A

RGB

 RED value IS 52 (20.7% 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 value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#34373A (or 0x34373A) is known color: 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

RGB 52 55 58 -
CMYK 0.10 0.05 0 0.77
HSL 210º 0.05% 0.22% -
HSV(B) 210º 0.1% 0.23% -
XYZ 3.55 3.77 4.54 -
YUV 54.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 52 55 58 0.10 0.05 0 0.77 210 0.05 0.22
Hex 34 37 3A A 5 0 4D D2 5 16
Octal 64 67 72 12 5 0 115 322 5 26
Binary 110100 110111 111010 1010 101 0 1001101 11010010 101 10110

Color Harmonies of #34373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34373A

Black with #34373A

Text Example


Text Example

White with #34373A

Text Example


Text Example

HTML Codes & Css Web 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>