#325869

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

Shades of Blumine #325869

Tints of Blumine #325869

Color information

#325869 (or 0x325869) is unknown color: approx Blumine. HEX triplet: 32, 58 and 69. RGB value is (50,88,105). Sum of RGB (Red+Green+Blue) = 50+88+105=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #325869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325869 is #CDA796. Grayscale: #4E4E4E. Windows color (decimal): -13477783 or 6903858. OLE color: 6903858.

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

Color convert

RGB5088105-
CMYK0.520.1600.59
HSL198.55º35.48%30.39%-
HSV(B)198.55º52.38%41.18%-
XYZ7.358.6814.65-
YUV78.58142.91107.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=20.58%
G=36.21%
B=43.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50881050.520.1600.59198.5535.4830.39
Hex325869341003Bc7231e
Octal6213015164200733074336
Binary110010101100011010011101001000001110111100011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325869; }

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

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

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

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

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

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

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

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