#334B51

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

Shades of Atomic #334B51

Tints of Atomic #334B51

Color information

#334B51 (or 0x334B51) is unknown color: approx Atomic. HEX triplet: 33, 4B and 51. RGB value is (51,75,81). Sum of RGB (Red+Green+Blue) = 51+75+81=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #334B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B51 is #CCB4AE. Grayscale: #444444. Windows color (decimal): -13415599 or 5327667. OLE color: 5327667.

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

Color convert

RGB517581-
CMYK0.370.0700.68
HSL192º22.73%25.88%-
HSV(B)192º37.04%31.76%-
XYZ5.376.338.72-
YUV68.51135.05115.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=24.64%
G=36.23%
B=39.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5175810.370.0700.6819222.7325.88
Hex334B51257044c0171a
Octal6311312145701043002732
Binary1100111001011101000110010111101000100110000001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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