#325668

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

Shades of Blumine #325668

Tints of Blumine #325668

Color information

#325668 (or 0x325668) is unknown color: approx Blumine. HEX triplet: 32, 56 and 68. RGB value is (50,86,104). Sum of RGB (Red+Green+Blue) = 50+86+104=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #325668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325668 is #CDA997. Grayscale: #4D4D4D. Windows color (decimal): -13478296 or 6837810. OLE color: 6837810.

HSL color Cylindrical-coordinate representation of color #325668: hue angle of 200º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325668 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5086104-
CMYK0.520.1700.59
HSL200º35.06%30.2%-
HSV(B)200º51.92%40.78%-
XYZ7.148.3314.33-
YUV77.29143.07108.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=20.83%
G=35.83%
B=43.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50861040.520.1700.5920035.0630.2
Hex325668341103Bc8231e
Octal6212615064210733104336
Binary110010101011011010001101001000101110111100100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325668; }

 p { color: rgb(50,86,104); }

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

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

 a { background-color: rgb(50,86,104); }

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

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

 span { border-color: rgb(50,86,104); }

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