#3F434F

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

Shades of Blue Zodiac #3F434F

Tints of Blue Zodiac #3F434F

Color information

#3F434F (or 0x3F434F) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 43 and 4F. RGB value is (63,67,79). Sum of RGB (Red+Green+Blue) = 63+67+79=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F434F is #C0BCB0. Grayscale: #434343. Windows color (decimal): -12631217 or 5194559. OLE color: 5194559.

HSL color Cylindrical-coordinate representation of color #3F434F: hue angle of 225º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F434F is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB636779-
CMYK0.200.1500.69
HSL225º11.27%27.84%-
HSV(B)225º20.25%30.98%-
XYZ5.475.648.2-
YUV67.17134.67125.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.14%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=30.14%
G=32.06%
B=37.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6367790.200.1500.6922511.2727.84
Hex3F434F14F045e1b1c
Octal77103117241701053411334
Binary111111100001110011111010011110100010111100001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,67,79); }

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

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

 a { background-color: rgb(63,67,79); }

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

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

 span { border-color: rgb(63,67,79); }

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