#333A40

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

Shades of Baltic Sea #333A40

Tints of Baltic Sea #333A40

Color information

#333A40 (or 0x333A40) is unknown color: approx Baltic Sea. HEX triplet: 33, 3A and 40. RGB value is (51,58,64). Sum of RGB (Red+Green+Blue) = 51+58+64=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #333A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A40 is #CCC5BF. Grayscale: #383838. Windows color (decimal): -13419968 or 4209203. OLE color: 4209203.

HSL color Cylindrical-coordinate representation of color #333A40: hue angle of 207.69º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333A40 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB515864-
CMYK0.200.0900.75
HSL207.69º11.3%22.55%-
HSV(B)207.69º20.31%25.1%-
XYZ3.84.15.44-
YUV56.59132.18124.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=29.48%
G=33.53%
B=36.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5158640.200.0900.75207.6911.322.55
Hex333A4014904Bd0b17
Octal6372100241101133201327
Binary11001111101010000001010010010100101111010000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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