#3C6B94

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

Shades of Lochmara #3C6B94

Tints of Lochmara #3C6B94

Color information

#3C6B94 (or 0x3C6B94) is unknown color: approx Lochmara. HEX triplet: 3C, 6B and 94. RGB value is (60,107,148). Sum of RGB (Red+Green+Blue) = 60+107+148=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C6B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6B94 is #C3946B. Grayscale: #616161. Windows color (decimal): -12817516 or 9726780. OLE color: 9726780.

HSL color Cylindrical-coordinate representation of color #3C6B94: hue angle of 207.95º 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 #3C6B94 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB60107148-
CMYK0.590.2800.42
HSL207.95º42.31%40.78%-
HSV(B)207.95º59.46%58.04%-
XYZ12.4713.6129.99-
YUV97.62156.43101.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=19.05%
G=33.97%
B=46.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601071480.590.2800.42207.9542.3140.78
Hex3C6B943B1C02Ad02a29
Octal7415322473340523205251
Binary11110011010111001010011101111100010101011010000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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