#325868

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

Shades of Blumine #325868

Tints of Blumine #325868

Color information

#325868 (or 0x325868) is unknown color: approx Blumine. HEX triplet: 32, 58 and 68. RGB value is (50,88,104). Sum of RGB (Red+Green+Blue) = 50+88+104=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #325868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325868 is #CDA797. Grayscale: #4E4E4E. Windows color (decimal): -13477784 or 6838322. OLE color: 6838322.

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

Color convert

RGB5088104-
CMYK0.520.1500.59
HSL197.78º35.06%30.2%-
HSV(B)197.78º51.92%40.78%-
XYZ7.38.6614.38-
YUV78.46142.41107.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=20.66%
G=36.36%
B=42.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50881040.520.1500.59197.7835.0630.2
Hex32586834F03Bc6231e
Octal6213015064170733064336
Binary11001010110001101000110100111101110111100011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325868; }

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

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

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

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

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

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

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

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