#3A74AD

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

Shades of Lochmara #3A74AD

Tints of Lochmara #3A74AD

Color information

#3A74AD (or 0x3A74AD) is unknown color: approx Lochmara. HEX triplet: 3A, 74 and AD. RGB value is (58,116,173). Sum of RGB (Red+Green+Blue) = 58+116+173=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A74AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A74AD is #C58B52. Grayscale: #686868. Windows color (decimal): -12946259 or 11367482. OLE color: 11367482.

HSL color Cylindrical-coordinate representation of color #3A74AD: hue angle of 209.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A74AD is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58116173-
CMYK0.660.3300.32
HSL209.74º49.78%45.29%-
HSV(B)209.74º66.47%67.84%-
XYZ15.5316.4141.88-
YUV105.16166.2894.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.71%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=16.71%
G=33.43%
B=49.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581161730.660.3300.32209.7449.7845.29
Hex3A74AD4221020d2322d
Octal72164255102410403226255
Binary1110101110100101011011000010100001010000011010010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A74AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,173); }

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

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

 a { background-color: rgb(58,116,173); }

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

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

 span { border-color: rgb(58,116,173); }

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