#3474AB

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

Shades of Lochmara #3474AB

Tints of Lochmara #3474AB

Color information

#3474AB (or 0x3474AB) is unknown color: approx Lochmara. HEX triplet: 34, 74 and AB. RGB value is (52,116,171). Sum of RGB (Red+Green+Blue) = 52+116+171=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #3474AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3474AB is #CB8B54. Grayscale: #666666. Windows color (decimal): -13339477 or 11236404. OLE color: 11236404.

HSL color Cylindrical-coordinate representation of color #3474AB: hue angle of 207.73º 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 #3474AB is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52116171-
CMYK0.700.3200.33
HSL207.73º53.36%43.73%-
HSV(B)207.73º69.59%67.06%-
XYZ15.0116.1640.86-
YUV103.13166.391.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.34%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=15.34%
G=34.22%
B=50.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521161710.700.3200.33207.7353.3643.73
Hex3474AB4620021d0352c
Octal64164253106400413206554
Binary1101001110100101010111000110100000010000111010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3474AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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