#3673AE

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

Shades of Lochmara #3673AE

Tints of Lochmara #3673AE

Color information

#3673AE (or 0x3673AE) is unknown color: approx Lochmara. HEX triplet: 36, 73 and AE. RGB value is (54,115,174). Sum of RGB (Red+Green+Blue) = 54+115+174=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #3673AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3673AE is #C98C51. Grayscale: #676767. Windows color (decimal): -13208658 or 11432758. OLE color: 11432758.

HSL color Cylindrical-coordinate representation of color #3673AE: hue angle of 209.5º degrees, saturation: 0.53, 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 #3673AE is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB54115174-
CMYK0.690.3400.32
HSL209.5º52.63%44.71%-
HSV(B)209.5º68.97%68.24%-
XYZ15.2916.142.35-
YUV103.49167.7992.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 174 (68.36% from 255) = 50.73%
R=15.74%
G=33.53%
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
Decimal541151740.690.3400.32209.552.6344.71
Hex3673AE4522020d2352d
Octal66163256105420403226555
Binary1101101110011101011101000101100010010000011010010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3673AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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