#3C4276

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

Shades of Torea Bay #3C4276

Tints of Torea Bay #3C4276

Color information

#3C4276 (or 0x3C4276) is unknown color: approx Torea Bay. HEX triplet: 3C, 42 and 76. RGB value is (60,66,118). Sum of RGB (Red+Green+Blue) = 60+66+118=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C4276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4276 is #C3BD89. Grayscale: #454545. Windows color (decimal): -12828042 or 7750204. OLE color: 7750204.

HSL color Cylindrical-coordinate representation of color #3C4276: hue angle of 233.79º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C4276 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6066118-
CMYK0.490.4400.54
HSL233.79º32.58%34.9%-
HSV(B)233.79º49.15%46.27%-
XYZ7.086.1717.96-
YUV70.13155.01120.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=24.59%
G=27.05%
B=48.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60661180.490.4400.54233.7932.5834.9
Hex3C4276312C036ea2123
Octal7410216661540663524143
Binary11110010000101110110110001101100011011011101010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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