#3A79A8

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

Shades of Lochmara #3A79A8

Tints of Lochmara #3A79A8

Color information

#3A79A8 (or 0x3A79A8) is unknown color: approx Lochmara. HEX triplet: 3A, 79 and A8. RGB value is (58,121,168). Sum of RGB (Red+Green+Blue) = 58+121+168=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #3A79A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A79A8 is #C58657. Grayscale: #6B6B6B. Windows color (decimal): -12944984 or 11041082. OLE color: 11041082.

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

Color convert

RGB58121168-
CMYK0.650.2800.34
HSL205.64º48.67%44.31%-
HSV(B)205.64º65.48%65.88%-
XYZ15.6517.439.58-
YUV107.52162.1392.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.71%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 168 (66.02% from 255) = 48.41%
R=16.71%
G=34.87%
B=48.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal581211680.650.2800.34205.6448.6744.31
Hex3A79A8411C022ce312c
Octal72171250101340423166154
Binary111010111100110101000100000111100010001011001110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A79A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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