#334851

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

Shades of Atomic #334851

Tints of Atomic #334851

Color information

#334851 (or 0x334851) is unknown color: approx Atomic. HEX triplet: 33, 48 and 51. RGB value is (51,72,81). Sum of RGB (Red+Green+Blue) = 51+72+81=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 81 - color contains mainly: blue. Hex color #334851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334851 is #CCB7AE. Grayscale: #424242. Windows color (decimal): -13416367 or 5326899. OLE color: 5326899.

HSL color Cylindrical-coordinate representation of color #334851: hue angle of 198º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #334851 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB517281-
CMYK0.370.1100.68
HSL198º22.73%25.88%-
HSV(B)198º37.04%31.76%-
XYZ5.175.938.66-
YUV66.75136.04116.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=25%
G=35.29%
B=39.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5172810.370.1100.6819822.7325.88
Hex33485125B044c6171a
Octal63110121451301043062732
Binary11001110010001010001100101101101000100110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334851; }

 p { color: rgb(51,72,81); }

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

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

 a { background-color: rgb(51,72,81); }

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

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

 span { border-color: rgb(51,72,81); }

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