#334B55

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

Shades of Atomic #334B55

Tints of Atomic #334B55

Color information

#334B55 (or 0x334B55) is unknown color: approx Atomic. HEX triplet: 33, 4B and 55. RGB value is (51,75,85). Sum of RGB (Red+Green+Blue) = 51+75+85=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #334B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B55 is #CCB4AA. Grayscale: #444444. Windows color (decimal): -13415595 or 5589811. OLE color: 5589811.

HSL color Cylindrical-coordinate representation of color #334B55: hue angle of 197.65º 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 #334B55 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB517585-
CMYK0.400.1200.67
HSL197.65º25%26.67%-
HSV(B)197.65º40%33.33%-
XYZ5.526.399.54-
YUV68.96137.05115.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=24.17%
G=35.55%
B=40.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5175850.400.1200.67197.652526.67
Hex334B5528C043c6191b
Octal63113125501401033063133
Binary11001110010111010101101000110001000011110001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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