#3A6993

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

Shades of Lochmara #3A6993

Tints of Lochmara #3A6993

Color information

#3A6993 (or 0x3A6993) is unknown color: approx Lochmara. HEX triplet: 3A, 69 and 93. RGB value is (58,105,147). Sum of RGB (Red+Green+Blue) = 58+105+147=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A6993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6993 is #C5966C. Grayscale: #5F5F5F. Windows color (decimal): -12949101 or 9660730. OLE color: 9660730.

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

Color convert

RGB58105147-
CMYK0.610.2900.42
HSL208.31º43.41%40.2%-
HSV(B)208.31º60.54%57.65%-
XYZ12.0613.1129.5-
YUV95.74156.93101.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=18.71%
G=33.87%
B=47.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581051470.610.2900.42208.3143.4140.2
Hex3A69933D1D02Ad02b28
Octal7215122375350523205350
Binary11101011010011001001111110111101010101011010000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,105,147); }

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

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

 a { background-color: rgb(58,105,147); }

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

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

 span { border-color: rgb(58,105,147); }

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