#32629B

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

Shades of Lochmara #32629B

Tints of Lochmara #32629B

Color information

#32629B (or 0x32629B) is unknown color: approx Lochmara. HEX triplet: 32, 62 and 9B. RGB value is (50,98,155). Sum of RGB (Red+Green+Blue) = 50+98+155=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #32629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32629B is #CD9D64. Grayscale: #595959. Windows color (decimal): -13475173 or 10183218. OLE color: 10183218.

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

Color convert

RGB5098155-
CMYK0.680.3700.39
HSL212.57º51.22%40.2%-
HSV(B)212.57º67.74%60.78%-
XYZ11.611.7832.67-
YUV90.15164.699.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=16.50%
G=32.34%
B=51.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50981550.680.3700.39212.5751.2240.2
Hex32629B4425027d53328
Octal62142233104450473256350
Binary1100101100010100110111000100100101010011111010101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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