#32719B

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

Shades of Lochmara #32719B

Tints of Lochmara #32719B

Color information

#32719B (or 0x32719B) is unknown color: approx Lochmara. HEX triplet: 32, 71 and 9B. RGB value is (50,113,155). Sum of RGB (Red+Green+Blue) = 50+113+155=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #32719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32719B is #CD8E64. Grayscale: #626262. Windows color (decimal): -13471333 or 10187058. OLE color: 10187058.

HSL color Cylindrical-coordinate representation of color #32719B: hue angle of 204º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32719B is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50113155-
CMYK0.680.2700.39
HSL204º51.22%40.2%-
HSV(B)204º67.74%60.78%-
XYZ13.1414.8533.19-
YUV98.95159.6393.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 113 (44.53% from 255) = 35.53%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=15.72%
G=35.53%
B=48.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501131550.680.2700.3920451.2240.2
Hex32719B441B027cc3328
Octal62161233104330473146350
Binary110010111000110011011100010011011010011111001100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32719B; }

 p { color: rgb(50,113,155); }

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

<style>
 a { background-color: #32719B; }

 a { background-color: rgb(50,113,155); }

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

<style>
 span { border-color: #32719B; }

 span { border-color: rgb(50,113,155); }

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