#3C6C95

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

Shades of Lochmara #3C6C95

Tints of Lochmara #3C6C95

Color information

#3C6C95 (or 0x3C6C95) is unknown color: approx Lochmara. HEX triplet: 3C, 6C and 95. RGB value is (60,108,149). Sum of RGB (Red+Green+Blue) = 60+108+149=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C6C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6C95 is #C3936A. Grayscale: #626262. Windows color (decimal): -12817259 or 9792572. OLE color: 9792572.

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

Color convert

RGB60108149-
CMYK0.600.2800.42
HSL207.64º42.58%40.98%-
HSV(B)207.64º59.73%58.43%-
XYZ12.6513.8630.44-
YUV98.32156.6100.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=18.93%
G=34.07%
B=47.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601081490.600.2800.42207.6442.5840.98
Hex3C6C953C1C02Ad02b29
Octal7415422574340523205351
Binary11110011011001001010111110011100010101011010000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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