Html Css Color HEX #333A40 Baltic Sea

📋 copy color: '#333A40'

red 51 ◦ green 58 ◦ blue 64

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

Shades of Baltic Sea #333A40

Tints of Baltic Sea #333A40

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 value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333A40 (or 0x333A40) is known color: 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

RGB 51 58 64 -
CMYK 0.20 0.09 0 0.75
HSL 207.69º 0.11% 0.23% -
HSV(B) 207.69º 0.2% 0.25% -
XYZ 3.8 4.1 5.44 -
YUV 56.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 51 58 64 0.20 0.09 0 0.75 207.69 0.11 0.23
Hex 33 3A 40 14 9 0 4B D0 B 17
Octal 63 72 100 24 11 0 113 320 13 27
Binary 110011 111010 1000000 10100 1001 0 1001011 11010000 1011 10111

Color Harmonies of #333A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A40

Black with #333A40

Text Example


Text Example

White with #333A40

Text Example


Text Example

HTML Codes & Css Web 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>