#325A68

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

Shades of Blumine #325A68

Tints of Blumine #325A68

Color information

#325A68 (or 0x325A68) is unknown color: approx Blumine. HEX triplet: 32, 5A and 68. RGB value is (50,90,104). Sum of RGB (Red+Green+Blue) = 50+90+104=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #325A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A68 is #CDA597. Grayscale: #4F4F4F. Windows color (decimal): -13477272 or 6838834. OLE color: 6838834.

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

Color convert

RGB5090104-
CMYK0.520.1300.59
HSL195.56º35.06%30.2%-
HSV(B)195.56º51.92%40.78%-
XYZ7.478.9914.44-
YUV79.64141.75106.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 104 (41.02% from 255) = 42.62%
R=20.49%
G=36.89%
B=42.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50901040.520.1300.59195.5635.0630.2
Hex325A6834D03Bc4231e
Octal6213215064150733044336
Binary11001010110101101000110100110101110111100010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325A68; }

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

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

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

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

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

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

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

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