Html Css Color HEX #326275 Blumine

📋 copy color: '#326275'

red 50 ◦ green 98 ◦ blue 117

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

Shades of Blumine #326275

Tints of Blumine #326275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 18.87%
G = 36.98%
B = 44.15%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326275 (or 0x326275) is known color: Blumine. HEX triplet: 32, 62 and 75. RGB value is (50,98,117). Sum of RGB (Red+Green+Blue) = 50+98+117=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #326275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326275 is #CD9D8A. Grayscale: #555555. Windows color (decimal): -13475211 or 7692850. OLE color: 7692850.

HSL color Cylindrical-coordinate representation of color #326275: hue angle of 197.01º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326275 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 98 117 -
CMYK 0.57 0.16 0 0.54
HSL 197.01º 0.4% 0.33% -
HSV(B) 197.01º 0.57% 0.46% -
XYZ 8.89 10.7 18.43 -
YUV 85.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 50 98 117 0.57 0.16 0 0.54 197.01 0.4 0.33
Hex 32 62 75 39 10 0 36 C5 28 21
Octal 62 142 165 71 20 0 66 305 50 41
Binary 110010 1100010 1110101 111001 10000 0 110110 11000101 101000 100001

Color Harmonies of #326275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326275

Black with #326275

Text Example


Text Example

White with #326275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326275; }

 p { color: rgb(50,98,117); }

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

background-color css

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

 a { background-color: rgb(50,98,117); }

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

border-color css

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

 span { border-color: rgb(50,98,117); }

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