#325669

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

Shades of Blumine #325669

Tints of Blumine #325669

Color information

#325669 (or 0x325669) is unknown color: approx Blumine. HEX triplet: 32, 56 and 69. RGB value is (50,86,105). Sum of RGB (Red+Green+Blue) = 50+86+105=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #325669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325669 is #CDA996. Grayscale: #4D4D4D. Windows color (decimal): -13478295 or 6903346. OLE color: 6903346.

HSL color Cylindrical-coordinate representation of color #325669: hue angle of 200.73º 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 #325669 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5086105-
CMYK0.520.1800.59
HSL200.73º35.48%30.39%-
HSV(B)200.73º52.38%41.18%-
XYZ7.198.3514.6-
YUV77.4143.57108.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=20.75%
G=35.68%
B=43.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50861050.520.1800.59200.7335.4830.39
Hex325669341203Bc9231e
Octal6212615164220733114336
Binary110010101011011010011101001001001110111100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325669; }

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

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

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

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

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

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

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

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