#3D3F46

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

Shades of Blue Zodiac #3D3F46

Tints of Blue Zodiac #3D3F46

Color information

#3D3F46 (or 0x3D3F46) is unknown color: approx Blue Zodiac. HEX triplet: 3D, 3F and 46. RGB value is (61,63,70). Sum of RGB (Red+Green+Blue) = 61+63+70=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D3F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3F46 is #C2C0B9. Grayscale: #3F3F3F. Windows color (decimal): -12763322 or 4603709. OLE color: 4603709.

HSL color Cylindrical-coordinate representation of color #3D3F46: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D3F46 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB616370-
CMYK0.130.1000.73
HSL226.67º6.87%25.69%-
HSV(B)226.67º12.86%27.45%-
XYZ4.814.996.5-
YUV63.2131.84126.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.44%
GREEN value IS 63 (25% from 255) = 32.47%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=31.44%
G=32.47%
B=36.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6163700.130.1000.73226.676.8725.69
Hex3D3F46DA049e371a
Octal757710615120111343732
Binary111101111111100011011011010010010011110001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,63,70); }

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

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

 a { background-color: rgb(61,63,70); }

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

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

 span { border-color: rgb(61,63,70); }

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