#3C4073

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

Shades of Torea Bay #3C4073

Tints of Torea Bay #3C4073

Color information

#3C4073 (or 0x3C4073) is unknown color: approx Torea Bay. HEX triplet: 3C, 40 and 73. RGB value is (60,64,115). Sum of RGB (Red+Green+Blue) = 60+64+115=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C4073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4073 is #C3BF8C. Grayscale: #444444. Windows color (decimal): -12828557 or 7553084. OLE color: 7553084.

HSL color Cylindrical-coordinate representation of color #3C4073: hue angle of 235.64º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C4073 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6064115-
CMYK0.480.4400.55
HSL235.64º31.43%34.31%-
HSV(B)235.64º47.83%45.1%-
XYZ6.795.8716.99-
YUV68.62154.17121.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=25.10%
G=26.78%
B=48.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60641150.480.4400.55235.6431.4334.31
Hex3C4073302C037ec1f22
Octal7410016360540673543742
Binary1111001000000111001111000010110001101111110110011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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