Html Css Color HEX #325F71 Blumine

📋 copy color: '#325F71'

red 50 ◦ green 95 ◦ blue 113

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

Shades of Blumine #325F71

Tints of Blumine #325F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.82%

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

R = 19.38%
G = 36.82%
B = 43.8%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325F71 (or 0x325F71) is known color: Blumine. HEX triplet: 32, 5F and 71. RGB value is (50,95,113). Sum of RGB (Red+Green+Blue) = 50+95+113=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #325F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F71 is #CDA08E. Grayscale: #535353. Windows color (decimal): -13475983 or 7429938. OLE color: 7429938.

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

Color convert

RGB 50 95 113 -
CMYK 0.56 0.16 0 0.56
HSL 197.14º 0.39% 0.32% -
HSV(B) 197.14º 0.56% 0.44% -
XYZ 8.39 10.05 17.12 -
YUV 83.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 50 95 113 0.56 0.16 0 0.56 197.14 0.39 0.32
Hex 32 5F 71 38 10 0 38 C5 27 20
Octal 62 137 161 70 20 0 70 305 47 40
Binary 110010 1011111 1110001 111000 10000 0 111000 11000101 100111 100000

Color Harmonies of #325F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F71

Black with #325F71

Text Example


Text Example

White with #325F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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