#3C6C94

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

Shades of Lochmara #3C6C94

Tints of Lochmara #3C6C94

Color information

#3C6C94 (or 0x3C6C94) is unknown color: approx Lochmara. HEX triplet: 3C, 6C and 94. RGB value is (60,108,148). Sum of RGB (Red+Green+Blue) = 60+108+148=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C6C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6C94 is #C3936B. Grayscale: #626262. Windows color (decimal): -12817260 or 9727036. OLE color: 9727036.

HSL color Cylindrical-coordinate representation of color #3C6C94: hue angle of 207.27º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C6C94 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB60108148-
CMYK0.590.2700.42
HSL207.27º42.31%40.78%-
HSV(B)207.27º59.46%58.04%-
XYZ12.5713.8230.02-
YUV98.21156.1100.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.99%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 148 (58.20% from 255) = 46.84%
R=18.99%
G=34.18%
B=46.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601081480.590.2700.42207.2742.3140.78
Hex3C6C943B1B02Acf2a29
Octal7415422473330523175251
Binary11110011011001001010011101111011010101011001111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,108,148); }

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

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

 a { background-color: rgb(60,108,148); }

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

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

 span { border-color: rgb(60,108,148); }

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