Html Css Color HEX #333940 Baltic Sea

📋 copy color: '#333940'

red 51 ◦ green 57 ◦ blue 64

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

Shades of Baltic Sea #333940

Tints of Baltic Sea #333940

RGB

 RED value IS 51 (20.31% from 255) = 29.65%

 GREEN value IS 57 (22.66% from 255) = 33.14%

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 29.65%
G = 33.14%
B = 37.21%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333940 (or 0x333940) is known color: Baltic Sea. HEX triplet: 33, 39 and 40. RGB value is (51,57,64). Sum of RGB (Red+Green+Blue) = 51+57+64=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #333940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333940 is #CCC6BF. Grayscale: #373737. Windows color (decimal): -13420224 or 4208947. OLE color: 4208947.

HSL color Cylindrical-coordinate representation of color #333940: hue angle of 212.31º 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 #333940 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 57 64 -
CMYK 0.20 0.11 0 0.75
HSL 212.31º 0.11% 0.23% -
HSV(B) 212.31º 0.2% 0.25% -
XYZ 3.75 4 5.42 -
YUV 56 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 51 57 64 0.20 0.11 0 0.75 212.31 0.11 0.23
Hex 33 39 40 14 B 0 4B D4 B 17
Octal 63 71 100 24 13 0 113 324 13 27
Binary 110011 111001 1000000 10100 1011 0 1001011 11010100 1011 10111

Color Harmonies of #333940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333940

Black with #333940

Text Example


Text Example

White with #333940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333940; }

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

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

background-color css

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

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

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

border-color css

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

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

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