#32769B

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

Shades of Lochmara #32769B

Tints of Lochmara #32769B

Color information

#32769B (or 0x32769B) is unknown color: approx Lochmara. HEX triplet: 32, 76 and 9B. RGB value is (50,118,155). Sum of RGB (Red+Green+Blue) = 50+118+155=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #32769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32769B is #CD8964. Grayscale: #656565. Windows color (decimal): -13470053 or 10188338. OLE color: 10188338.

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

Color convert

RGB50118155-
CMYK0.680.2400.39
HSL201.14º51.22%40.2%-
HSV(B)201.14º67.74%60.78%-
XYZ13.711633.38-
YUV101.89157.9790.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=15.48%
G=36.53%
B=47.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501181550.680.2400.39201.1451.2240.2
Hex32769B4418027c93328
Octal62166233104300473116350
Binary110010111011010011011100010011000010011111001001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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