#3C465B

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

Shades of Blue Zodiac #3C465B

Tints of Blue Zodiac #3C465B

Color information

#3C465B (or 0x3C465B) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 46 and 5B. RGB value is (60,70,91). Sum of RGB (Red+Green+Blue) = 60+70+91=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C465B is #C3B9A4. Grayscale: #454545. Windows color (decimal): -12827045 or 5981756. OLE color: 5981756.

HSL color Cylindrical-coordinate representation of color #3C465B: hue angle of 220.65º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C465B is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB607091-
CMYK0.340.2300.64
HSL220.65º20.53%29.61%-
HSV(B)220.65º34.07%35.69%-
XYZ5.946.110.76-
YUV69.4140.19121.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.15%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=27.15%
G=31.67%
B=41.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6070910.340.2300.64220.6520.5329.61
Hex3C465B2217040dd151e
Octal74106133422701003352536
Binary111100100011010110111000101011101000000110111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,70,91); }

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

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

 a { background-color: rgb(60,70,91); }

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

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

 span { border-color: rgb(60,70,91); }

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