#353D44

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

Shades of Baltic Sea #353D44

Tints of Baltic Sea #353D44

Color information

#353D44 (or 0x353D44) is unknown color: approx Baltic Sea. HEX triplet: 35, 3D and 44. RGB value is (53,61,68). Sum of RGB (Red+Green+Blue) = 53+61+68=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 68 - color contains mainly: blue. Hex color #353D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D44 is #CAC2BB. Grayscale: #3B3B3B. Windows color (decimal): -13288124 or 4472117. OLE color: 4472117.

HSL color Cylindrical-coordinate representation of color #353D44: hue angle of 208º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #353D44 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB536168-
CMYK0.220.1000.73
HSL208º12.4%23.73%-
HSV(B)208º22.06%26.67%-
XYZ4.184.516.12-
YUV59.41132.85123.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=29.12%
G=33.52%
B=37.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5361680.220.1000.7320812.423.73
Hex353D4416A049d0c18
Octal6575104261201113201430
Binary11010111110110001001011010100100100111010000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353D44; }

 p { color: rgb(53,61,68); }

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

<style>
 a { background-color: #353D44; }

 a { background-color: rgb(53,61,68); }

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

<style>
 span { border-color: #353D44; }

 span { border-color: rgb(53,61,68); }

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