#3C4378

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

Shades of Torea Bay #3C4378

Tints of Torea Bay #3C4378

Color information

#3C4378 (or 0x3C4378) is unknown color: approx Torea Bay. HEX triplet: 3C, 43 and 78. RGB value is (60,67,120). Sum of RGB (Red+Green+Blue) = 60+67+120=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C4378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4378 is #C3BC87. Grayscale: #464646. Windows color (decimal): -12827784 or 7881532. OLE color: 7881532.

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

Color convert

RGB6067120-
CMYK0.50.4400.53
HSL233º33.33%35.29%-
HSV(B)233º50%47.06%-
XYZ7.266.3318.61-
YUV70.95155.68120.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.29%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=24.29%
G=27.13%
B=48.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60671200.50.4400.5323333.3335.29
Hex3C4378322C035e92123
Octal7410317062540653514143
Binary11110010000111111000110010101100011010111101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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