#3C729A

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

Shades of Lochmara #3C729A

Tints of Lochmara #3C729A

Color information

#3C729A (or 0x3C729A) is unknown color: approx Lochmara. HEX triplet: 3C, 72 and 9A. RGB value is (60,114,154). Sum of RGB (Red+Green+Blue) = 60+114+154=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C729A is #C38D65. Grayscale: #666666. Windows color (decimal): -12815718 or 10121788. OLE color: 10121788.

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

Color convert

RGB60114154-
CMYK0.610.2600.40
HSL205.53º43.93%41.96%-
HSV(B)205.53º61.04%60.39%-
XYZ13.7115.3332.81-
YUV102.41157.1197.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.29%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=18.29%
G=34.76%
B=46.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal601141540.610.2600.40205.5343.9341.96
Hex3C729A3D1A028ce2c2a
Octal7416223275320503165452
Binary11110011100101001101011110111010010100011001110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,114,154); }

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

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

 a { background-color: rgb(60,114,154); }

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

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

 span { border-color: rgb(60,114,154); }

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