#3672AC

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

Shades of Lochmara #3672AC

Tints of Lochmara #3672AC

Color information

#3672AC (or 0x3672AC) is unknown color: approx Lochmara. HEX triplet: 36, 72 and AC. RGB value is (54,114,172). Sum of RGB (Red+Green+Blue) = 54+114+172=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #3672AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3672AC is #C98D53. Grayscale: #666666. Windows color (decimal): -13208916 or 11301430. OLE color: 11301430.

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

Color convert

RGB54114172-
CMYK0.690.3400.33
HSL209.49º52.21%44.31%-
HSV(B)209.49º68.6%67.45%-
XYZ14.9915.841.29-
YUV102.67167.1293.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.88%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=15.88%
G=33.53%
B=50.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541141720.690.3400.33209.4952.2144.31
Hex3672AC4522021d1342c
Octal66162254105420413216454
Binary1101101110010101011001000101100010010000111010001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3672AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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