Html Css Color HEX #325565 Blumine

📋 copy color: '#325565'

red 50 ◦ green 85 ◦ blue 101

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

Shades of Blumine #325565

Tints of Blumine #325565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 21.19%
G = 36.02%
B = 42.8%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#325565 (or 0x325565) is known color: Blumine. HEX triplet: 32, 55 and 65. RGB value is (50,85,101). Sum of RGB (Red+Green+Blue) = 50+85+101=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #325565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325565 is #CDAA9A. Grayscale: #4C4C4C. Windows color (decimal): -13478555 or 6640946. OLE color: 6640946.

HSL color Cylindrical-coordinate representation of color #325565: hue angle of 198.82º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325565 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 85 101 -
CMYK 0.50 0.16 0 0.60
HSL 198.82º 0.34% 0.3% -
HSV(B) 198.82º 0.5% 0.4% -
XYZ 6.91 8.11 13.51 -
YUV 76.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 50 85 101 0.50 0.16 0 0.60 198.82 0.34 0.3
Hex 32 55 65 32 10 0 3C C7 22 1E
Octal 62 125 145 62 20 0 74 307 42 36
Binary 110010 1010101 1100101 110010 10000 0 111100 11000111 100010 11110

Color Harmonies of #325565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325565

Black with #325565

Text Example


Text Example

White with #325565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325565; }

 p { color: rgb(50,85,101); }

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

background-color css

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

 a { background-color: rgb(50,85,101); }

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

border-color css

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

 span { border-color: rgb(50,85,101); }

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