#3C425B

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

Shades of Blue Zodiac #3C425B

Tints of Blue Zodiac #3C425B

Color information

#3C425B (or 0x3C425B) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 42 and 5B. RGB value is (60,66,91). Sum of RGB (Red+Green+Blue) = 60+66+91=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C425B is #C3BDA4. Grayscale: #424242. Windows color (decimal): -12828069 or 5980732. OLE color: 5980732.

HSL color Cylindrical-coordinate representation of color #3C425B: hue angle of 228.39º 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 #3C425B is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB606691-
CMYK0.340.2700.64
HSL228.39º20.53%29.61%-
HSV(B)228.39º34.07%35.69%-
XYZ5.75.6110.68-
YUV67.06141.51122.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.65%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=27.65%
G=30.41%
B=41.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6066910.340.2700.64228.3920.5329.61
Hex3C425B221B040e4151e
Octal74102133423301003442536
Binary111100100001010110111000101101101000000111001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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