#3674A9

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

Shades of Lochmara #3674A9

Tints of Lochmara #3674A9

Color information

#3674A9 (or 0x3674A9) is unknown color: approx Lochmara. HEX triplet: 36, 74 and A9. RGB value is (54,116,169). Sum of RGB (Red+Green+Blue) = 54+116+169=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #3674A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3674A9 is #C98B56. Grayscale: #676767. Windows color (decimal): -13208407 or 11105334. OLE color: 11105334.

HSL color Cylindrical-coordinate representation of color #3674A9: hue angle of 207.65º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3674A9 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB54116169-
CMYK0.680.3100.34
HSL207.65º51.57%43.73%-
HSV(B)207.65º68.05%66.27%-
XYZ14.9316.1439.86-
YUV103.5164.9692.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.93%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 169 (66.41% from 255) = 49.85%
R=15.93%
G=34.22%
B=49.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal541161690.680.3100.34207.6551.5743.73
Hex3674A9441F022d0342c
Octal66164251104370423206454
Binary110110111010010101001100010011111010001011010000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3674A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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