Html Css Color HEX #326873 Blumine

📋 copy color: '#326873'

red 50 ◦ green 104 ◦ blue 115

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

Shades of Blumine #326873

Tints of Blumine #326873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.66%

 BLUE value IS 115 (45.31% from 255) = 42.75%

R = 18.59%
G = 38.66%
B = 42.75%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326873 (or 0x326873) is known color: Blumine. HEX triplet: 32, 68 and 73. RGB value is (50,104,115). Sum of RGB (Red+Green+Blue) = 50+104+115=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #326873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326873 is #CD978C. Grayscale: #595959. Windows color (decimal): -13473677 or 7563314. OLE color: 7563314.

HSL color Cylindrical-coordinate representation of color #326873: hue angle of 190.15º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326873 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 104 115 -
CMYK 0.57 0.10 0 0.55
HSL 190.15º 0.39% 0.32% -
HSV(B) 190.15º 0.57% 0.45% -
XYZ 9.36 11.82 18.01 -
YUV 89.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 50 104 115 0.57 0.10 0 0.55 190.15 0.39 0.32
Hex 32 68 73 39 A 0 37 BE 27 20
Octal 62 150 163 71 12 0 67 276 47 40
Binary 110010 1101000 1110011 111001 1010 0 110111 10111110 100111 100000

Color Harmonies of #326873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326873

Black with #326873

Text Example


Text Example

White with #326873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326873; }

 p { color: rgb(50,104,115); }

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

background-color css

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

 a { background-color: rgb(50,104,115); }

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

border-color css

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

 span { border-color: rgb(50,104,115); }

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