#3A75A8

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

Shades of Lochmara #3A75A8

Tints of Lochmara #3A75A8

Color information

#3A75A8 (or 0x3A75A8) is unknown color: approx Lochmara. HEX triplet: 3A, 75 and A8. RGB value is (58,117,168). Sum of RGB (Red+Green+Blue) = 58+117+168=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 168 - color contains mainly: blue. Hex color #3A75A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A75A8 is #C58A57. Grayscale: #686868. Windows color (decimal): -12946008 or 11040058. OLE color: 11040058.

HSL color Cylindrical-coordinate representation of color #3A75A8: hue angle of 207.82º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A75A8 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB58117168-
CMYK0.650.3000.34
HSL207.82º48.67%44.31%-
HSV(B)207.82º65.48%65.88%-
XYZ15.1716.4539.42-
YUV105.17163.4594.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.91%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 168 (66.02% from 255) = 48.98%
R=16.91%
G=34.11%
B=48.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal581171680.650.3000.34207.8248.6744.31
Hex3A75A8411E022d0312c
Octal72165250101360423206154
Binary111010111010110101000100000111110010001011010000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A75A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,117,168); }

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

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

 a { background-color: rgb(58,117,168); }

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

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

 span { border-color: rgb(58,117,168); }

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