#3473AB

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

Shades of Lochmara #3473AB

Tints of Lochmara #3473AB

Color information

#3473AB (or 0x3473AB) is unknown color: approx Lochmara. HEX triplet: 34, 73 and AB. RGB value is (52,115,171). Sum of RGB (Red+Green+Blue) = 52+115+171=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #3473AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3473AB is #CB8C54. Grayscale: #666666. Windows color (decimal): -13339733 or 11236148. OLE color: 11236148.

HSL color Cylindrical-coordinate representation of color #3473AB: hue angle of 208.24º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3473AB is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52115171-
CMYK0.700.3300.33
HSL208.24º53.36%43.73%-
HSV(B)208.24º69.59%67.06%-
XYZ14.915.9340.82-
YUV102.55166.6391.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.38%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=15.38%
G=34.02%
B=50.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521151710.700.3300.33208.2453.3643.73
Hex3473AB4621021d0352c
Octal64163253106410413206554
Binary1101001110011101010111000110100001010000111010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3473AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3473AB; }

 p { color: rgb(52,115,171); }

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

<style>
 a { background-color: #3473AB; }

 a { background-color: rgb(52,115,171); }

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

<style>
 span { border-color: #3473AB; }

 span { border-color: rgb(52,115,171); }

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