#32759B

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

Shades of Lochmara #32759B

Tints of Lochmara #32759B

Color information

#32759B (or 0x32759B) is unknown color: approx Lochmara. HEX triplet: 32, 75 and 9B. RGB value is (50,117,155). Sum of RGB (Red+Green+Blue) = 50+117+155=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #32759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32759B is #CD8A64. Grayscale: #656565. Windows color (decimal): -13470309 or 10188082. OLE color: 10188082.

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

Color convert

RGB50117155-
CMYK0.680.2500.39
HSL201.71º51.22%40.2%-
HSV(B)201.71º67.74%60.78%-
XYZ13.5915.7733.34-
YUV101.3158.391.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.53%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=15.53%
G=36.34%
B=48.14%

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
Decimal501171550.680.2500.39201.7151.2240.2
Hex32759B4419027ca3328
Octal62165233104310473126350
Binary110010111010110011011100010011001010011111001010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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