Html Css Color HEX #326178 Blumine

📋 copy color: '#326178'

red 50 ◦ green 97 ◦ blue 120

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

Shades of Blumine #326178

Tints of Blumine #326178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

 BLUE value IS 120 (47.27% from 255) = 44.94%

R = 18.73%
G = 36.33%
B = 44.94%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326178 (or 0x326178) is known color: Blumine. HEX triplet: 32, 61 and 78. RGB value is (50,97,120). Sum of RGB (Red+Green+Blue) = 50+97+120=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #326178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326178 is #CD9E87. Grayscale: #555555. Windows color (decimal): -13475464 or 7889202. OLE color: 7889202.

HSL color Cylindrical-coordinate representation of color #326178: hue angle of 199.71º 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 #326178 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 97 120 -
CMYK 0.58 0.19 0 0.53
HSL 199.71º 0.41% 0.33% -
HSV(B) 199.71º 0.58% 0.47% -
XYZ 8.98 10.58 19.34 -
YUV 85.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 50 97 120 0.58 0.19 0 0.53 199.71 0.41 0.33
Hex 32 61 78 3A 13 0 35 C8 29 21
Octal 62 141 170 72 23 0 65 310 51 41
Binary 110010 1100001 1111000 111010 10011 0 110101 11001000 101001 100001

Color Harmonies of #326178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326178

Black with #326178

Text Example


Text Example

White with #326178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326178; }

 p { color: rgb(50,97,120); }

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

background-color css

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

 a { background-color: rgb(50,97,120); }

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

border-color css

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

 span { border-color: rgb(50,97,120); }

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