#32749B

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

Shades of Lochmara #32749B

Tints of Lochmara #32749B

Color information

#32749B (or 0x32749B) is unknown color: approx Lochmara. HEX triplet: 32, 74 and 9B. RGB value is (50,116,155). Sum of RGB (Red+Green+Blue) = 50+116+155=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #32749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32749B is #CD8B64. Grayscale: #646464. Windows color (decimal): -13470565 or 10187826. OLE color: 10187826.

HSL color Cylindrical-coordinate representation of color #32749B: hue angle of 202.29º 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 #32749B is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50116155-
CMYK0.680.2500.39
HSL202.29º51.22%40.2%-
HSV(B)202.29º67.74%60.78%-
XYZ13.4815.5433.3-
YUV100.71158.6391.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=15.58%
G=36.14%
B=48.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501161550.680.2500.39202.2951.2240.2
Hex32749B4419027ca3328
Octal62164233104310473126350
Binary110010111010010011011100010011001010011111001010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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