Html Css Color HEX #325A71 Blumine

📋 copy color: '#325A71'

red 50 ◦ green 90 ◦ blue 113

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

Shades of Blumine #325A71

Tints of Blumine #325A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.57%

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

R = 19.76%
G = 35.57%
B = 44.66%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325A71 (or 0x325A71) is known color: Blumine. HEX triplet: 32, 5A and 71. RGB value is (50,90,113). Sum of RGB (Red+Green+Blue) = 50+90+113=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #325A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A71 is #CDA58E. Grayscale: #505050. Windows color (decimal): -13477263 or 7428658. OLE color: 7428658.

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

Color convert

RGB 50 90 113 -
CMYK 0.56 0.20 0 0.56
HSL 201.9º 0.39% 0.32% -
HSV(B) 201.9º 0.56% 0.44% -
XYZ 7.95 9.18 16.98 -
YUV 80.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 50 90 113 0.56 0.20 0 0.56 201.9 0.39 0.32
Hex 32 5A 71 38 14 0 38 CA 27 20
Octal 62 132 161 70 24 0 70 312 47 40
Binary 110010 1011010 1110001 111000 10100 0 111000 11001010 100111 100000

Color Harmonies of #325A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A71

Black with #325A71

Text Example


Text Example

White with #325A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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