#3F505A

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

Shades of Atomic #3F505A

Tints of Atomic #3F505A

Color information

#3F505A (or 0x3F505A) is unknown color: approx Atomic. HEX triplet: 3F, 50 and 5A. RGB value is (63,80,90). Sum of RGB (Red+Green+Blue) = 63+80+90=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F505A is #C0AFA5. Grayscale: #4C4C4C. Windows color (decimal): -12627878 or 5918783. OLE color: 5918783.

HSL color Cylindrical-coordinate representation of color #3F505A: hue angle of 202.22º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F505A is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB638090-
CMYK0.300.1100.65
HSL202.22º17.65%30%-
HSV(B)202.22º30%35.29%-
XYZ6.767.5310.77-
YUV76.06135.87118.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=27.04%
G=34.33%
B=38.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6380900.300.1100.65202.2217.6530
Hex3F505A1EB041ca121e
Octal77120132361301013122236
Binary1111111010000101101011110101101000001110010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,90); }

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

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

 a { background-color: rgb(63,80,90); }

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

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

 span { border-color: rgb(63,80,90); }

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