#333A42

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

Shades of Baltic Sea #333A42

Tints of Baltic Sea #333A42

Color information

#333A42 (or 0x333A42) is unknown color: approx Baltic Sea. HEX triplet: 33, 3A and 42. RGB value is (51,58,66). Sum of RGB (Red+Green+Blue) = 51+58+66=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 66 - color contains mainly: blue. Hex color #333A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A42 is #CCC5BD. Grayscale: #383838. Windows color (decimal): -13419966 or 4340275. OLE color: 4340275.

HSL color Cylindrical-coordinate representation of color #333A42: hue angle of 212º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #333A42 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB515866-
CMYK0.230.1200.74
HSL212º12.82%22.94%-
HSV(B)212º22.73%25.88%-
XYZ3.864.125.75-
YUV56.82133.18123.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=29.14%
G=33.14%
B=37.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5158660.230.1200.7421212.8222.94
Hex333A4217C04Ad4d17
Octal6372102271401123241527
Binary11001111101010000101011111000100101011010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333A42; }

 p { color: rgb(51,58,66); }

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

<style>
 a { background-color: #333A42; }

 a { background-color: rgb(51,58,66); }

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

<style>
 span { border-color: #333A42; }

 span { border-color: rgb(51,58,66); }

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