#3F435A

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

Shades of Blue Zodiac #3F435A

Tints of Blue Zodiac #3F435A

Color information

#3F435A (or 0x3F435A) is unknown color: approx Blue Zodiac. HEX triplet: 3F, 43 and 5A. RGB value is (63,67,90). Sum of RGB (Red+Green+Blue) = 63+67+90=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F435A is #C0BCA5. Grayscale: #444444. Windows color (decimal): -12631206 or 5915455. OLE color: 5915455.

HSL color Cylindrical-coordinate representation of color #3F435A: hue angle of 231.11º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F435A is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB636790-
CMYK0.300.2600.65
HSL231.11º17.65%30%-
HSV(B)231.11º30%35.29%-
XYZ5.95.8110.48-
YUV68.43140.17124.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=28.64%
G=30.45%
B=40.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6367900.300.2600.65231.1117.6530
Hex3F435A1E1A041e7121e
Octal77103132363201013472236
Binary11111110000111011010111101101001000001111001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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