#3C6892

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

Shades of Lochmara #3C6892

Tints of Lochmara #3C6892

Color information

#3C6892 (or 0x3C6892) is unknown color: approx Lochmara. HEX triplet: 3C, 68 and 92. RGB value is (60,104,146). Sum of RGB (Red+Green+Blue) = 60+104+146=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C6892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6892 is #C3976D. Grayscale: #5F5F5F. Windows color (decimal): -12818286 or 9594940. OLE color: 9594940.

HSL color Cylindrical-coordinate representation of color #3C6892: hue angle of 209.3º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C6892 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB60104146-
CMYK0.590.2900.43
HSL209.3º41.75%40.39%-
HSV(B)209.3º58.9%57.25%-
XYZ1212.9429.06-
YUV95.63156.42102.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.35%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=19.35%
G=33.55%
B=47.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601041460.590.2900.43209.341.7540.39
Hex3C68923B1D02Bd12a28
Octal7415022273350533215250
Binary11110011010001001001011101111101010101111010001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,104,146); }

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

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

 a { background-color: rgb(60,104,146); }

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

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

 span { border-color: rgb(60,104,146); }

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