Html Css Color HEX #325563 Blumine

📋 copy color: '#325563'

red 50 ◦ green 85 ◦ blue 99

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

Shades of Blumine #325563

Tints of Blumine #325563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 21.37%
G = 36.32%
B = 42.31%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#325563 (or 0x325563) is known color: Blumine. HEX triplet: 32, 55 and 63. RGB value is (50,85,99). Sum of RGB (Red+Green+Blue) = 50+85+99=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #325563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325563 is #CDAA9C. Grayscale: #4C4C4C. Windows color (decimal): -13478557 or 6509874. OLE color: 6509874.

HSL color Cylindrical-coordinate representation of color #325563: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325563 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 85 99 -
CMYK 0.49 0.14 0 0.61
HSL 197.14º 0.33% 0.29% -
HSV(B) 197.14º 0.49% 0.39% -
XYZ 6.82 8.08 13 -
YUV 76.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 50 85 99 0.49 0.14 0 0.61 197.14 0.33 0.29
Hex 32 55 63 31 E 0 3D C5 21 1D
Octal 62 125 143 61 16 0 75 305 41 35
Binary 110010 1010101 1100011 110001 1110 0 111101 11000101 100001 11101

Color Harmonies of #325563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325563

Black with #325563

Text Example


Text Example

White with #325563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325563; }

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

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

background-color css

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

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

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

border-color css

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

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

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