#334855

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

Shades of Atomic #334855

Tints of Atomic #334855

Color information

#334855 (or 0x334855) is unknown color: approx Atomic. HEX triplet: 33, 48 and 55. RGB value is (51,72,85). Sum of RGB (Red+Green+Blue) = 51+72+85=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #334855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334855 is #CCB7AA. Grayscale: #434343. Windows color (decimal): -13416363 or 5589043. OLE color: 5589043.

HSL color Cylindrical-coordinate representation of color #334855: hue angle of 202.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #334855 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB517285-
CMYK0.400.1500.67
HSL202.94º25%26.67%-
HSV(B)202.94º40%33.33%-
XYZ5.325.999.47-
YUV67.2138.04116.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=24.52%
G=34.62%
B=40.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5172850.400.1500.67202.942526.67
Hex33485528F043cb191b
Octal63110125501701033133133
Binary11001110010001010101101000111101000011110010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334855; }

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

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

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

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

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

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

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

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