#334A52

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

Shades of Atomic #334A52

Tints of Atomic #334A52

Color information

#334A52 (or 0x334A52) is unknown color: approx Atomic. HEX triplet: 33, 4A and 52. RGB value is (51,74,82). Sum of RGB (Red+Green+Blue) = 51+74+82=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 82 - color contains mainly: blue. Hex color #334A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A52 is #CCB5AD. Grayscale: #434343. Windows color (decimal): -13415854 or 5392947. OLE color: 5392947.

HSL color Cylindrical-coordinate representation of color #334A52: hue angle of 195.48º 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 #334A52 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB517482-
CMYK0.380.1000.68
HSL195.48º23.31%26.08%-
HSV(B)195.48º37.8%32.16%-
XYZ5.346.218.9-
YUV68.04135.88115.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=24.64%
G=35.75%
B=39.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5174820.380.1000.68195.4823.3126.08
Hex334A5226A044c3171a
Octal63112122461201043032732
Binary11001110010101010010100110101001000100110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334A52; }

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

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

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

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

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

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

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

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