Html Css Color HEX #325971 Blumine

📋 copy color: '#325971'

red 50 ◦ green 89 ◦ blue 113

#325971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #325971

Tints of Blumine #325971

RGB

 RED value IS 50 (19.92% from 255) = 19.84%

 GREEN value IS 89 (35.16% from 255) = 35.32%

 BLUE value IS 113 (44.53% from 255) = 44.84%

R = 19.84%
G = 35.32%
B = 44.84%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325971 (or 0x325971) is known color: Blumine. HEX triplet: 32, 59 and 71. RGB value is (50,89,113). Sum of RGB (Red+Green+Blue) = 50+89+113=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #325971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325971 is #CDA68E. Grayscale: #4F4F4F. Windows color (decimal): -13477519 or 7428402. OLE color: 7428402.

HSL color Cylindrical-coordinate representation of color #325971: hue angle of 202.86º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #325971 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 89 113 -
CMYK 0.56 0.21 0 0.56
HSL 202.86º 0.39% 0.32% -
HSV(B) 202.86º 0.56% 0.44% -
XYZ 7.87 9.02 16.95 -
YUV 80.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 50 89 113 0.56 0.21 0 0.56 202.86 0.39 0.32
Hex 32 59 71 38 15 0 38 CB 27 20
Octal 62 131 161 70 25 0 70 313 47 40
Binary 110010 1011001 1110001 111000 10101 0 111000 11001011 100111 100000

Color Harmonies of #325971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325971

Black with #325971

Text Example


Text Example

White with #325971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325971; }

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

 H1.HeaderClassName
 {
   color: #325971;
 }
 .AnyTagClassName
 {
   color: #325971;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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