Html Css Color HEX #325D73 Blumine

📋 copy color: '#325D73'

red 50 ◦ green 93 ◦ blue 115

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

Shades of Blumine #325D73

Tints of Blumine #325D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.05%

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 19.38%
G = 36.05%
B = 44.57%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325D73 (or 0x325D73) is known color: Blumine. HEX triplet: 32, 5D and 73. RGB value is (50,93,115). Sum of RGB (Red+Green+Blue) = 50+93+115=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #325D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D73 is #CDA28C. Grayscale: #525252. Windows color (decimal): -13476493 or 7560498. OLE color: 7560498.

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

Color convert

RGB 50 93 115 -
CMYK 0.57 0.19 0 0.55
HSL 200.31º 0.39% 0.32% -
HSV(B) 200.31º 0.57% 0.45% -
XYZ 8.32 9.74 17.66 -
YUV 82.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 50 93 115 0.57 0.19 0 0.55 200.31 0.39 0.32
Hex 32 5D 73 39 13 0 37 C8 27 20
Octal 62 135 163 71 23 0 67 310 47 40
Binary 110010 1011101 1110011 111001 10011 0 110111 11001000 100111 100000

Color Harmonies of #325D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D73

Black with #325D73

Text Example


Text Example

White with #325D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,93,115); }

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

background-color css

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

 a { background-color: rgb(50,93,115); }

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

border-color css

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

 span { border-color: rgb(50,93,115); }

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