#3672B4

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

Shades of Lochmara #3672B4

Tints of Lochmara #3672B4

Color information

#3672B4 (or 0x3672B4) is unknown color: approx Lochmara. HEX triplet: 36, 72 and B4. RGB value is (54,114,180). Sum of RGB (Red+Green+Blue) = 54+114+180=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #3672B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3672B4 is #C98D4B. Grayscale: #676767. Windows color (decimal): -13208908 or 11825718. OLE color: 11825718.

HSL color Cylindrical-coordinate representation of color #3672B4: hue angle of 211.43º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3672B4 is Cyan = 0.7, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB54114180-
CMYK0.70.3700.29
HSL211.43º53.85%45.88%-
HSV(B)211.43º70%70.59%-
XYZ15.7816.1145.46-
YUV103.58171.1292.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.52%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 180 (70.70% from 255) = 51.72%
R=15.52%
G=32.76%
B=51.72%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal541141800.70.3700.29211.4353.8545.88
Hex3672B4462501Dd3362e
Octal66162264106450353236656
Binary110110111001010110100100011010010101110111010011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3672B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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