Html Css Color HEX #325A72 Blumine

📋 copy color: '#325A72'

red 50 ◦ green 90 ◦ blue 114

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

Shades of Blumine #325A72

Tints of Blumine #325A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.88%

R = 19.69%
G = 35.43%
B = 44.88%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325A72 (or 0x325A72) is known color: Blumine. HEX triplet: 32, 5A and 72. RGB value is (50,90,114). Sum of RGB (Red+Green+Blue) = 50+90+114=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #325A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A72 is #CDA58D. Grayscale: #505050. Windows color (decimal): -13477262 or 7494194. OLE color: 7494194.

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

Color convert

RGB 50 90 114 -
CMYK 0.56 0.21 0 0.55
HSL 202.5º 0.39% 0.32% -
HSV(B) 202.5º 0.56% 0.45% -
XYZ 8.01 9.21 17.27 -
YUV 80.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 50 90 114 0.56 0.21 0 0.55 202.5 0.39 0.32
Hex 32 5A 72 38 15 0 37 CA 27 20
Octal 62 132 162 70 25 0 67 312 47 40
Binary 110010 1011010 1110010 111000 10101 0 110111 11001010 100111 100000

Color Harmonies of #325A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A72

Black with #325A72

Text Example


Text Example

White with #325A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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