Html Css Color HEX #326978 Blumine

📋 copy color: '#326978'

red 50 ◦ green 105 ◦ blue 120

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

Shades of Blumine #326978

Tints of Blumine #326978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.18%

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

R = 18.18%
G = 38.18%
B = 43.64%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326978 (or 0x326978) is known color: Blumine. HEX triplet: 32, 69 and 78. RGB value is (50,105,120). Sum of RGB (Red+Green+Blue) = 50+105+120=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #326978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326978 is #CD9687. Grayscale: #5A5A5A. Windows color (decimal): -13473416 or 7891250. OLE color: 7891250.

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

Color convert

RGB 50 105 120 -
CMYK 0.58 0.13 0 0.53
HSL 192.86º 0.41% 0.33% -
HSV(B) 192.86º 0.58% 0.47% -
XYZ 9.76 12.14 19.6 -
YUV 90.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 50 105 120 0.58 0.13 0 0.53 192.86 0.41 0.33
Hex 32 69 78 3A D 0 35 C1 29 21
Octal 62 151 170 72 15 0 65 301 51 41
Binary 110010 1101001 1111000 111010 1101 0 110101 11000001 101001 100001

Color Harmonies of #326978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326978

Black with #326978

Text Example


Text Example

White with #326978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326978; }

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

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

background-color css

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

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

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

border-color css

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

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

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