Html Css Color HEX #325F77 Blumine

📋 copy color: '#325F77'

red 50 ◦ green 95 ◦ blue 119

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

Shades of Blumine #325F77

Tints of Blumine #325F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.08%

R = 18.94%
G = 35.98%
B = 45.08%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#325F77 (or 0x325F77) is known color: Blumine. HEX triplet: 32, 5F and 77. RGB value is (50,95,119). Sum of RGB (Red+Green+Blue) = 50+95+119=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #325F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F77 is #CDA088. Grayscale: #545454. Windows color (decimal): -13475977 or 7823154. OLE color: 7823154.

HSL color Cylindrical-coordinate representation of color #325F77: hue angle of 200.87º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325F77 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 95 119 -
CMYK 0.58 0.20 0 0.53
HSL 200.87º 0.41% 0.33% -
HSV(B) 200.87º 0.58% 0.47% -
XYZ 8.74 10.19 18.96 -
YUV 84.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 50 95 119 0.58 0.20 0 0.53 200.87 0.41 0.33
Hex 32 5F 77 3A 14 0 35 C9 29 21
Octal 62 137 167 72 24 0 65 311 51 41
Binary 110010 1011111 1110111 111010 10100 0 110101 11001001 101001 100001

Color Harmonies of #325F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F77

Black with #325F77

Text Example


Text Example

White with #325F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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