#325968

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

Shades of Blumine #325968

Tints of Blumine #325968

Color information

#325968 (or 0x325968) is unknown color: approx Blumine. HEX triplet: 32, 59 and 68. RGB value is (50,89,104). Sum of RGB (Red+Green+Blue) = 50+89+104=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #325968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325968 is #CDA697. Grayscale: #4E4E4E. Windows color (decimal): -13477528 or 6838578. OLE color: 6838578.

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

Color convert

RGB5089104-
CMYK0.520.1400.59
HSL196.67º35.06%30.2%-
HSV(B)196.67º51.92%40.78%-
XYZ7.398.8214.41-
YUV79.05142.08107.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=20.58%
G=36.63%
B=42.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50891040.520.1400.59196.6735.0630.2
Hex32596834E03Bc5231e
Octal6213115064160733054336
Binary11001010110011101000110100111001110111100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325968; }

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

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

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

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

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

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

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

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