#3672AA

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

Shades of Lochmara #3672AA

Tints of Lochmara #3672AA

Color information

#3672AA (or 0x3672AA) is unknown color: approx Lochmara. HEX triplet: 36, 72 and AA. RGB value is (54,114,170). Sum of RGB (Red+Green+Blue) = 54+114+170=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #3672AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3672AA is #C98D55. Grayscale: #666666. Windows color (decimal): -13208918 or 11170358. OLE color: 11170358.

HSL color Cylindrical-coordinate representation of color #3672AA: hue angle of 208.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3672AA is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54114170-
CMYK0.680.3300.33
HSL208.97º51.79%43.92%-
HSV(B)208.97º68.24%66.67%-
XYZ14.7915.7240.28-
YUV102.44166.1293.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=15.98%
G=33.73%
B=50.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541141700.680.3300.33208.9751.7943.92
Hex3672AA4421021d1342c
Octal66162252104410413216454
Binary1101101110010101010101000100100001010000111010001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3672AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3672AA; }

 p { color: rgb(54,114,170); }

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

<style>
 a { background-color: #3672AA; }

 a { background-color: rgb(54,114,170); }

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

<style>
 span { border-color: #3672AA; }

 span { border-color: rgb(54,114,170); }

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