#334B54

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

Shades of Atomic #334B54

Tints of Atomic #334B54

Color information

#334B54 (or 0x334B54) is unknown color: approx Atomic. HEX triplet: 33, 4B and 54. RGB value is (51,75,84). Sum of RGB (Red+Green+Blue) = 51+75+84=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #334B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B54 is #CCB4AB. Grayscale: #444444. Windows color (decimal): -13415596 or 5524275. OLE color: 5524275.

HSL color Cylindrical-coordinate representation of color #334B54: hue angle of 196.36º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334B54 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB517584-
CMYK0.390.1100.67
HSL196.36º24.44%26.47%-
HSV(B)196.36º39.29%32.94%-
XYZ5.486.389.33-
YUV68.85136.55115.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 84 (33.20% from 255) = 40%
R=24.29%
G=35.71%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5175840.390.1100.67196.3624.4426.47
Hex334B5427B043c4181a
Octal63113124471301033043032
Binary11001110010111010100100111101101000011110001001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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