#32679E

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

Shades of Lochmara #32679E

Tints of Lochmara #32679E

Color information

#32679E (or 0x32679E) is unknown color: approx Lochmara. HEX triplet: 32, 67 and 9E. RGB value is (50,103,158). Sum of RGB (Red+Green+Blue) = 50+103+158=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #32679E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32679E is #CD9861. Grayscale: #5D5D5D. Windows color (decimal): -13473890 or 10381106. OLE color: 10381106.

HSL color Cylindrical-coordinate representation of color #32679E: hue angle of 210.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32679E is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50103158-
CMYK0.680.3500.38
HSL210.56º51.92%40.78%-
HSV(B)210.56º68.35%61.96%-
XYZ12.3412.8534.18-
YUV93.42164.4497.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=16.08%
G=33.12%
B=50.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501031580.680.3500.38210.5651.9240.78
Hex32679E4423026d33429
Octal62147236104430463236451
Binary1100101100111100111101000100100011010011011010011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32679E; }

 p { color: rgb(50,103,158); }

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

<style>
 a { background-color: #32679E; }

 a { background-color: rgb(50,103,158); }

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

<style>
 span { border-color: #32679E; }

 span { border-color: rgb(50,103,158); }

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