Html Css Color HEX #34383C Baltic Sea

📋 copy color: '#34383C'

red 52 ◦ green 56 ◦ blue 60

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

Shades of Baltic Sea #34383C

Tints of Baltic Sea #34383C

RGB

 RED value IS 52 (20.7% from 255) = 30.95%

 GREEN value IS 56 (22.27% from 255) = 33.33%

 BLUE value IS 60 (23.83% from 255) = 35.71%

R = 30.95%
G = 33.33%
B = 35.71%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34383C (or 0x34383C) is known color: Baltic Sea. HEX triplet: 34, 38 and 3C. RGB value is (52,56,60). Sum of RGB (Red+Green+Blue) = 52+56+60=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 60 - color contains mainly: blue. Hex color #34383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34383C is #CBC7C3. Grayscale: #373737. Windows color (decimal): -13354948 or 3946548. OLE color: 3946548.

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

Color convert

RGB 52 56 60 -
CMYK 0.13 0.07 0 0.76
HSL 210º 0.07% 0.22% -
HSV(B) 210º 0.13% 0.24% -
XYZ 3.65 3.88 4.83 -
YUV 55.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 52 56 60 0.13 0.07 0 0.76 210 0.07 0.22
Hex 34 38 3C D 7 0 4C D2 7 16
Octal 64 70 74 15 7 0 114 322 7 26
Binary 110100 111000 111100 1101 111 0 1001100 11010010 111 10110

Color Harmonies of #34383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34383C

Black with #34383C

Text Example


Text Example

White with #34383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34383C; }

 p { color: rgb(52,56,60); }

 H1.HeaderClassName
 {
   color: #34383C;
 }
 .AnyTagClassName
 {
   color: #34383C;
 }
</style>

background-color css

<style>
 a { background-color: #34383C; }

 a { background-color: rgb(52,56,60); }

 div.DivClassName
 {
   background-color: #34383C;
 }
 .BgClassName
 {
   background-color: #34383C;
 }
</style>

border-color css

<style>
 span { border-color: #34383C; }

 span { border-color: rgb(52,56,60); }

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