#3F4355

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

Shades of Blue Zodiac #3F4355

Tints of Blue Zodiac #3F4355

Color information

#3F4355 (or 0x3F4355) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 43 and 55. RGB value is (63,67,85). Sum of RGB (Red+Green+Blue) = 63+67+85=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F4355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4355 is #C0BCAA. Grayscale: #434343. Windows color (decimal): -12631211 or 5587775. OLE color: 5587775.

HSL color Cylindrical-coordinate representation of color #3F4355: hue angle of 229.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F4355 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB636785-
CMYK0.260.2100.67
HSL229.09º14.86%29.02%-
HSV(B)229.09º25.88%33.33%-
XYZ5.75.739.4-
YUV67.86137.67124.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.30%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=29.30%
G=31.16%
B=39.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6367850.260.2100.67229.0914.8629.02
Hex3F43551A15043e5f1d
Octal77103125322501033451735
Binary1111111000011101010111010101010100001111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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