#3672ab

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

Shades of Lochmara #3672AB

Tints of Lochmara #3672AB

Color information

#3672AB (or 0x3672AB) is unknown color: approx Lochmara. HEX triplet: 36, 72 and AB. RGB value is (54,114,171). Sum of RGB (Red+Green+Blue) = 54+114+171=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #3672AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3672AB is #C98D54. Grayscale: #666666. Windows color (decimal): -13208917 or 11235894. OLE color: 11235894.

HSL color Cylindrical-coordinate representation of color #3672AB: hue angle of 209.23º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3672AB is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54114171-
CMYK0.680.3300.33
HSL209.23º52%44.12%-
HSV(B)209.23º68.42%67.06%-
XYZ14.8915.7640.79-
YUV102.56166.6293.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.93%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=15.93%
G=33.63%
B=50.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541141710.680.3300.33209.235244.12
Hex3672AB4421021d1342c
Octal66162253104410413216454
Binary1101101110010101010111000100100001010000111010001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3672ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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