Html Css Color HEX #333A41 Baltic Sea

📋 copy color: '#333A41'

red 51 ◦ green 58 ◦ blue 65

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

Shades of Baltic Sea #333A41

Tints of Baltic Sea #333A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 29.31%
G = 33.33%
B = 37.36%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333A41 (or 0x333A41) is known color: Baltic Sea. HEX triplet: 33, 3A and 41. RGB value is (51,58,65). Sum of RGB (Red+Green+Blue) = 51+58+65=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 65 - color contains mainly: blue. Hex color #333A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A41 is #CCC5BE. Grayscale: #383838. Windows color (decimal): -13419967 or 4274739. OLE color: 4274739.

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

Color convert

RGB 51 58 65 -
CMYK 0.22 0.11 0 0.75
HSL 210º 0.12% 0.23% -
HSV(B) 210º 0.22% 0.25% -
XYZ 3.83 4.11 5.59 -
YUV 56.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 51 58 65 0.22 0.11 0 0.75 210 0.12 0.23
Hex 33 3A 41 16 B 0 4B D2 C 17
Octal 63 72 101 26 13 0 113 322 14 27
Binary 110011 111010 1000001 10110 1011 0 1001011 11010010 1100 10111

Color Harmonies of #333A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A41

Black with #333A41

Text Example


Text Example

White with #333A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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