#3475AB

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

Shades of Lochmara #3475AB

Tints of Lochmara #3475AB

Color information

#3475AB (or 0x3475AB) is unknown color: approx Lochmara. HEX triplet: 34, 75 and AB. RGB value is (52,117,171). Sum of RGB (Red+Green+Blue) = 52+117+171=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #3475AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3475AB is #CB8A54. Grayscale: #676767. Windows color (decimal): -13339221 or 11236660. OLE color: 11236660.

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

Color convert

RGB52117171-
CMYK0.700.3200.33
HSL207.23º53.36%43.73%-
HSV(B)207.23º69.59%67.06%-
XYZ15.1316.3940.89-
YUV103.72165.9791.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.29%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=15.29%
G=34.41%
B=50.29%

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
Decimal521171710.700.3200.33207.2353.3643.73
Hex3475AB4620021cf352c
Octal64165253106400413176554
Binary1101001110101101010111000110100000010000111001111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3475AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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