#3F4B4D

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

Shades of Atomic #3F4B4D

Tints of Atomic #3F4B4D

Color information

#3F4B4D (or 0x3F4B4D) is unknown color: approx Atomic. HEX triplet: 3F, 4B and 4D. RGB value is (63,75,77). Sum of RGB (Red+Green+Blue) = 63+75+77=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F4B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B4D is #C0B4B2. Grayscale: #474747. Windows color (decimal): -12629171 or 5065535. OLE color: 5065535.

HSL color Cylindrical-coordinate representation of color #3F4B4D: hue angle of 188.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F4B4D is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB637577-
CMYK0.180.0300.70
HSL188.57º10%27.45%-
HSV(B)188.57º18.18%30.2%-
XYZ5.916.627.99-
YUV71.64131.02121.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.30%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=29.30%
G=34.88%
B=35.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6375770.180.0300.70188.571027.45
Hex3F4B4D123046bda1b
Octal7711311522301062751233
Binary1111111001011100110110010110100011010111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F4B4D; }

 p { color: rgb(63,75,77); }

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

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

 a { background-color: rgb(63,75,77); }

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

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

 span { border-color: rgb(63,75,77); }

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