#3672B1

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

Shades of Lochmara #3672B1

Tints of Lochmara #3672B1

Color information

#3672B1 (or 0x3672B1) is unknown color: approx Lochmara. HEX triplet: 36, 72 and B1. RGB value is (54,114,177). Sum of RGB (Red+Green+Blue) = 54+114+177=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #3672B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3672B1 is #C98D4E. Grayscale: #666666. Windows color (decimal): -13208911 or 11629110. OLE color: 11629110.

HSL color Cylindrical-coordinate representation of color #3672B1: hue angle of 210.73º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3672B1 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB54114177-
CMYK0.690.3600.31
HSL210.73º53.25%45.29%-
HSV(B)210.73º69.49%69.41%-
XYZ15.4715.9943.87-
YUV103.24169.6292.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.65%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 177 (69.53% from 255) = 51.30%
R=15.65%
G=33.04%
B=51.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal541141770.690.3600.31210.7353.2545.29
Hex3672B1452401Fd3352d
Octal66162261105440373236555
Binary110110111001010110001100010110010001111111010011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3672B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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