Html Css Color HEX #325B72 Blumine

📋 copy color: '#325B72'

red 50 ◦ green 91 ◦ blue 114

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

Shades of Blumine #325B72

Tints of Blumine #325B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.69%

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

R = 19.61%
G = 35.69%
B = 44.71%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325B72 (or 0x325B72) is known color: Blumine. HEX triplet: 32, 5B and 72. RGB value is (50,91,114). Sum of RGB (Red+Green+Blue) = 50+91+114=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #325B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B72 is #CDA48D. Grayscale: #515151. Windows color (decimal): -13477006 or 7494450. OLE color: 7494450.

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

Color convert

RGB 50 91 114 -
CMYK 0.56 0.20 0 0.55
HSL 201.56º 0.39% 0.32% -
HSV(B) 201.56º 0.56% 0.45% -
XYZ 8.09 9.38 17.3 -
YUV 81.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 50 91 114 0.56 0.20 0 0.55 201.56 0.39 0.32
Hex 32 5B 72 38 14 0 37 CA 27 20
Octal 62 133 162 70 24 0 67 312 47 40
Binary 110010 1011011 1110010 111000 10100 0 110111 11001010 100111 100000

Color Harmonies of #325B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B72

Black with #325B72

Text Example


Text Example

White with #325B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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