#334752

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

Shades of Atomic #334752

Tints of Atomic #334752

Color information

#334752 (or 0x334752) is unknown color: approx Atomic. HEX triplet: 33, 47 and 52. RGB value is (51,71,82). Sum of RGB (Red+Green+Blue) = 51+71+82=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #334752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334752 is #CCB8AD. Grayscale: #424242. Windows color (decimal): -13416622 or 5392179. OLE color: 5392179.

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

Color convert

RGB517182-
CMYK0.380.1300.68
HSL201.29º23.31%26.08%-
HSV(B)201.29º37.8%32.16%-
XYZ5.145.828.83-
YUV66.27136.87117.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=25%
G=34.80%
B=40.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5171820.380.1300.68201.2923.3126.08
Hex33475226D044c9171a
Octal63107122461501043112732
Binary11001110001111010010100110110101000100110010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334752; }

 p { color: rgb(51,71,82); }

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

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

 a { background-color: rgb(51,71,82); }

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

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

 span { border-color: rgb(51,71,82); }

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