#3C4461

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

Shades of Bay Of Many #3C4461

Tints of Bay Of Many #3C4461

Color information

#3C4461 (or 0x3C4461) is unknown color: approx Bay Of Many. HEX triplet: 3C, 44 and 61. RGB value is (60,68,97). Sum of RGB (Red+Green+Blue) = 60+68+97=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C4461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4461 is #C3BB9E. Grayscale: #444444. Windows color (decimal): -12827551 or 6374460. OLE color: 6374460.

HSL color Cylindrical-coordinate representation of color #3C4461: hue angle of 227.03º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C4461 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB606897-
CMYK0.380.3000.62
HSL227.03º23.57%30.78%-
HSV(B)227.03º38.14%38.04%-
XYZ6.095.9612.14-
YUV68.91143.85121.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=26.67%
G=30.22%
B=43.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6068970.380.3000.62227.0323.5730.78
Hex3C4461261E03Ee3181f
Octal7410414146360763433037
Binary11110010001001100001100110111100111110111000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,68,97); }

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

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

 a { background-color: rgb(60,68,97); }

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

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

 span { border-color: rgb(60,68,97); }

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