#326770

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

Shades of Blumine #326770

Tints of Blumine #326770

Color information

#326770 (or 0x326770) is unknown color: approx Blumine. HEX triplet: 32, 67 and 70. RGB value is (50,103,112). Sum of RGB (Red+Green+Blue) = 50+103+112=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #326770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326770 is #CD988F. Grayscale: #585858. Windows color (decimal): -13473936 or 7366450. OLE color: 7366450.

HSL color Cylindrical-coordinate representation of color #326770: hue angle of 188.71º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326770 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB50103112-
CMYK0.550.0800.56
HSL188.71º38.27%31.76%-
HSV(B)188.71º55.36%43.92%-
XYZ9.0911.5517.08-
YUV88.18141.44100.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=18.87%
G=38.87%
B=42.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501031120.550.0800.56188.7138.2731.76
Hex326770378038bd2620
Octal6214716067100702754640
Binary110010110011111100001101111000011100010111101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326770; }

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

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

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

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

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

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

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

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