#3672AD

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

Shades of Lochmara #3672AD

Tints of Lochmara #3672AD

Color information

#3672AD (or 0x3672AD) is unknown color: approx Lochmara. HEX triplet: 36, 72 and AD. RGB value is (54,114,173). Sum of RGB (Red+Green+Blue) = 54+114+173=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #3672AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3672AD is #C98D52. Grayscale: #666666. Windows color (decimal): -13208915 or 11366966. OLE color: 11366966.

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

Color convert

RGB54114173-
CMYK0.690.3400.32
HSL209.75º52.42%44.51%-
HSV(B)209.75º68.79%67.84%-
XYZ15.0815.8441.8-
YUV102.79167.6293.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.84%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=15.84%
G=33.43%
B=50.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541141730.690.3400.32209.7552.4244.51
Hex3672AD4522020d2342d
Octal66162255105420403226455
Binary1101101110010101011011000101100010010000011010010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3672AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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