#34383C

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

Shades of Baltic Sea #34383C

Tints of Baltic Sea #34383C

Color information

#34383C (or 0x34383C) is unknown color: approx 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

RGB525660-
CMYK0.130.0700.76
HSL210º7.14%21.96%-
HSV(B)210º13.33%23.53%-
XYZ3.653.884.83-
YUV55.26130.67125.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5256600.130.0700.762107.1421.96
Hex34383CD704Cd2716
Octal6470741570114322726
Binary1101001110001111001101111010011001101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>