#3A6C98

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

Shades of Lochmara #3A6C98

Tints of Lochmara #3A6C98

Color information

#3A6C98 (or 0x3A6C98) is unknown color: approx Lochmara. HEX triplet: 3A, 6C and 98. RGB value is (58,108,152). Sum of RGB (Red+Green+Blue) = 58+108+152=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A6C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6C98 is #C59367. Grayscale: #616161. Windows color (decimal): -12948328 or 9989178. OLE color: 9989178.

HSL color Cylindrical-coordinate representation of color #3A6C98: hue angle of 208.09º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A6C98 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB58108152-
CMYK0.620.2900.40
HSL208.09º44.76%41.18%-
HSV(B)208.09º61.84%59.61%-
XYZ12.7713.8931.71-
YUV98.07158.4499.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.24%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=18.24%
G=33.96%
B=47.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal581081520.620.2900.40208.0944.7641.18
Hex3A6C983E1D028d02d29
Octal7215423076350503205551
Binary11101011011001001100011111011101010100011010000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,108,152); }

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

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

 a { background-color: rgb(58,108,152); }

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

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

 span { border-color: rgb(58,108,152); }

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