#3C435B

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

Shades of Blue Zodiac #3C435B

Tints of Blue Zodiac #3C435B

Color information

#3C435B (or 0x3C435B) is unknown color: approx Blue Zodiac. HEX triplet: 3C, 43 and 5B. RGB value is (60,67,91). Sum of RGB (Red+Green+Blue) = 60+67+91=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C435B is #C3BCA4. Grayscale: #434343. Windows color (decimal): -12827813 or 5980988. OLE color: 5980988.

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

Color convert

RGB606791-
CMYK0.340.2600.64
HSL226.45º20.53%29.61%-
HSV(B)226.45º34.07%35.69%-
XYZ5.765.7310.7-
YUV67.64141.18122.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=27.52%
G=30.73%
B=41.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6067910.340.2600.64226.4520.5329.61
Hex3C435B221A040e2151e
Octal74103133423201003422536
Binary111100100001110110111000101101001000000111000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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