#326570

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

Shades of Blumine #326570

Tints of Blumine #326570

Color information

#326570 (or 0x326570) is unknown color: approx Blumine. HEX triplet: 32, 65 and 70. RGB value is (50,101,112). Sum of RGB (Red+Green+Blue) = 50+101+112=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #326570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326570 is #CD9A8F. Grayscale: #565656. Windows color (decimal): -13474448 or 7365938. OLE color: 7365938.

HSL color Cylindrical-coordinate representation of color #326570: hue angle of 190.65º 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 #326570 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB50101112-
CMYK0.550.1000.56
HSL190.65º38.27%31.76%-
HSV(B)190.65º55.36%43.92%-
XYZ8.8911.1617.01-
YUV87142.1101.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=19.01%
G=38.40%
B=42.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501011120.550.1000.56190.6538.2731.76
Hex32657037A038bf2620
Octal6214516067120702774640
Binary110010110010111100001101111010011100010111111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326570; }

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

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

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

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

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

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

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

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