Html Css Color HEX #333A42 Baltic Sea

📋 copy color: '#333A42'

red 51 ◦ green 58 ◦ blue 66

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

Shades of Baltic Sea #333A42

Tints of Baltic Sea #333A42

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

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

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

RGB 51 58 66 -
CMYK 0.23 0.12 0 0.74
HSL 212º 0.13% 0.23% -
HSV(B) 212º 0.23% 0.26% -
XYZ 3.86 4.12 5.75 -
YUV 56.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 51 58 66 0.23 0.12 0 0.74 212 0.13 0.23
Hex 33 3A 42 17 C 0 4A D4 D 17
Octal 63 72 102 27 14 0 112 324 15 27
Binary 110011 111010 1000010 10111 1100 0 1001010 11010100 1101 10111

Color Harmonies of #333A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A42

Black with #333A42

Text Example


Text Example

White with #333A42

Text Example


Text Example

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