#3F424D

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

Shades of Blue Zodiac #3F424D

Tints of Blue Zodiac #3F424D

Color information

#3F424D (or 0x3F424D) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 42 and 4D. RGB value is (63,66,77). Sum of RGB (Red+Green+Blue) = 63+66+77=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F424D is #C0BDB2. Grayscale: #424242. Windows color (decimal): -12631475 or 5063231. OLE color: 5063231.

HSL color Cylindrical-coordinate representation of color #3F424D: hue angle of 227.14º 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 #3F424D is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB636677-
CMYK0.180.1400.70
HSL227.14º10%27.45%-
HSV(B)227.14º18.18%30.2%-
XYZ5.345.497.8-
YUV66.36134.01125.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.58%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=30.58%
G=32.04%
B=37.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6366770.180.1400.70227.141027.45
Hex3F424D12E046e3a1b
Octal77102115221601063431233
Binary111111100001010011011001011100100011011100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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