#33494F

Color #33494F Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #33494F

Tints of Atomic #33494F

Color information

#33494F (or 0x33494F) is unknown color: approx Atomic. HEX triplet: 33, 49 and 4F. RGB value is (51,73,79). Sum of RGB (Red+Green+Blue) = 51+73+79=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #33494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33494F is #CCB6B0. Grayscale: #434343. Windows color (decimal): -13416113 or 5196083. OLE color: 5196083.

HSL color Cylindrical-coordinate representation of color #33494F: hue angle of 192.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33494F is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB517379-
CMYK0.350.0800.69
HSL192.86º21.54%25.49%-
HSV(B)192.86º35.44%30.98%-
XYZ5.166.038.29-
YUV67.11134.71116.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=25.12%
G=35.96%
B=38.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5173790.350.0800.69192.8621.5425.49
Hex33494F238045c11619
Octal63111117431001053012631
Binary11001110010011001111100011100001000101110000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33494F; }

 p { color: rgb(51,73,79); }

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

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

 a { background-color: rgb(51,73,79); }

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

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

 span { border-color: rgb(51,73,79); }

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