#3673AC

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

Shades of Lochmara #3673AC

Tints of Lochmara #3673AC

Color information

#3673AC (or 0x3673AC) is unknown color: approx Lochmara. HEX triplet: 36, 73 and AC. RGB value is (54,115,172). Sum of RGB (Red+Green+Blue) = 54+115+172=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #3673AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3673AC is #C98C53. Grayscale: #666666. Windows color (decimal): -13208660 or 11301686. OLE color: 11301686.

HSL color Cylindrical-coordinate representation of color #3673AC: hue angle of 208.98º 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 #3673AC is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54115172-
CMYK0.690.3300.33
HSL208.98º52.21%44.31%-
HSV(B)208.98º68.6%67.45%-
XYZ15.116.0241.33-
YUV103.26166.7992.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.84%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 172 (67.58% from 255) = 50.44%
R=15.84%
G=33.72%
B=50.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541151720.690.3300.33208.9852.2144.31
Hex3673AC4521021d1342c
Octal66163254105410413216454
Binary1101101110011101011001000101100001010000111010001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3673AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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