#434C54

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

Shades of Atomic #434C54

Tints of Atomic #434C54

Color information

#434C54 (or 0x434C54) is unknown color: approx Atomic. HEX triplet: 43, 4C and 54. RGB value is (67,76,84). Sum of RGB (Red+Green+Blue) = 67+76+84=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #434C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C54 is #BCB3AB. Grayscale: #4A4A4A. Windows color (decimal): -12366764 or 5524547. OLE color: 5524547.

HSL color Cylindrical-coordinate representation of color #434C54: hue angle of 208.24º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #434C54 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB677684-
CMYK0.200.1000.67
HSL208.24º11.26%29.61%-
HSV(B)208.24º20.24%32.94%-
XYZ6.579.4-
YUV74.22133.52122.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=29.52%
G=33.48%
B=37.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6776840.200.1000.67208.2411.2629.61
Hex434C5414A043d0b1e
Octal103114124241201033201336
Binary1000011100110010101001010010100100001111010000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434C54; }

 p { color: rgb(67,76,84); }

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

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

 a { background-color: rgb(67,76,84); }

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

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

 span { border-color: rgb(67,76,84); }

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