#3674AE

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

Shades of Lochmara #3674AE

Tints of Lochmara #3674AE

Color information

#3674AE (or 0x3674AE) is unknown color: approx Lochmara. HEX triplet: 36, 74 and AE. RGB value is (54,116,174). Sum of RGB (Red+Green+Blue) = 54+116+174=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #3674AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3674AE is #C98B51. Grayscale: #676767. Windows color (decimal): -13208402 or 11433014. OLE color: 11433014.

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

Color convert

RGB54116174-
CMYK0.690.3300.32
HSL209º52.63%44.71%-
HSV(B)209º68.97%68.24%-
XYZ15.4116.3342.38-
YUV104.07167.4692.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.70%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 174 (68.36% from 255) = 50.58%
R=15.70%
G=33.72%
B=50.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541161740.690.3300.3220952.6344.71
Hex3674AE4521020d1352d
Octal66164256105410403216555
Binary1101101110100101011101000101100001010000011010001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3674AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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