#3F424B

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

Shades of Blue Zodiac #3F424B

Tints of Blue Zodiac #3F424B

Color information

#3F424B (or 0x3F424B) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 42 and 4B. RGB value is (63,66,75). Sum of RGB (Red+Green+Blue) = 63+66+75=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F424B is #C0BDB4. Grayscale: #424242. Windows color (decimal): -12631477 or 4932159. OLE color: 4932159.

HSL color Cylindrical-coordinate representation of color #3F424B: hue angle of 225º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F424B is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB636675-
CMYK0.160.1200.71
HSL225º8.7%27.06%-
HSV(B)225º16%29.41%-
XYZ5.275.467.43-
YUV66.13133.01125.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.88%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=30.88%
G=32.35%
B=36.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6366750.160.1200.712258.727.06
Hex3F424B10C047e191b
Octal77102113201401073411133
Binary111111100001010010111000011000100011111100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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