#3C4063

Color #3C4063 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #3C4063

Tints of Bay Of Many #3C4063

Color information

#3C4063 (or 0x3C4063) is unknown color: approx Bay Of Many. HEX triplet: 3C, 40 and 63. RGB value is (60,64,99). Sum of RGB (Red+Green+Blue) = 60+64+99=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C4063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4063 is #C3BF9C. Grayscale: #424242. Windows color (decimal): -12828573 or 6504508. OLE color: 6504508.

HSL color Cylindrical-coordinate representation of color #3C4063: hue angle of 233.85º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C4063 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB606499-
CMYK0.390.3500.61
HSL233.85º24.53%31.18%-
HSV(B)233.85º39.39%38.82%-
XYZ5.955.5312.56-
YUV66.79146.17123.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=26.91%
G=28.70%
B=44.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6064990.390.3500.61233.8524.5331.18
Hex3C4063272303Dea191f
Octal7410014347430753523137
Binary111100100000011000111001111000110111101111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,99); }

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

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

 a { background-color: rgb(60,64,99); }

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

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

 span { border-color: rgb(60,64,99); }

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