#3C789C

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

Shades of Lochmara #3C789C

Tints of Lochmara #3C789C

Color information

#3C789C (or 0x3C789C) is unknown color: approx Lochmara. HEX triplet: 3C, 78 and 9C. RGB value is (60,120,156). Sum of RGB (Red+Green+Blue) = 60+120+156=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C789C is #C38763. Grayscale: #696969. Windows color (decimal): -12814180 or 10254396. OLE color: 10254396.

HSL color Cylindrical-coordinate representation of color #3C789C: hue angle of 202.5º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C789C is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB60120156-
CMYK0.620.2300.39
HSL202.5º44.44%42.35%-
HSV(B)202.5º61.54%61.18%-
XYZ14.5816.7933.93-
YUV106.16156.1295.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.86%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=17.86%
G=35.71%
B=46.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601201560.620.2300.39202.544.4442.35
Hex3C789C3E17027ca2c2a
Octal7417023476270473125452
Binary11110011110001001110011111010111010011111001010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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