#3F4350

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

Shades of Blue Zodiac #3F4350

Tints of Blue Zodiac #3F4350

Color information

#3F4350 (or 0x3F4350) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 43 and 50. RGB value is (63,67,80). Sum of RGB (Red+Green+Blue) = 63+67+80=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4350 is #C0BCAF. Grayscale: #434343. Windows color (decimal): -12631216 or 5260095. OLE color: 5260095.

HSL color Cylindrical-coordinate representation of color #3F4350: hue angle of 225.88º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F4350 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB636780-
CMYK0.210.1600.69
HSL225.88º11.89%28.04%-
HSV(B)225.88º21.25%31.37%-
XYZ5.515.658.39-
YUV67.29135.17124.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=30%
G=31.90%
B=38.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6367800.210.1600.69225.8811.8928.04
Hex3F43501510045e2c1c
Octal77103120252001053421434
Binary1111111000011101000010101100000100010111100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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