Html Css Color HEX #326877 Blumine

📋 copy color: '#326877'

red 50 ◦ green 104 ◦ blue 119

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

Shades of Blumine #326877

Tints of Blumine #326877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 18.32%
G = 38.1%
B = 43.59%

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

#326877 (or 0x326877) is known color: Blumine. HEX triplet: 32, 68 and 77. RGB value is (50,104,119). Sum of RGB (Red+Green+Blue) = 50+104+119=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #326877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326877 is #CD9788. Grayscale: #595959. Windows color (decimal): -13473673 or 7825458. OLE color: 7825458.

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

Color convert

RGB 50 104 119 -
CMYK 0.58 0.13 0 0.53
HSL 193.04º 0.41% 0.33% -
HSV(B) 193.04º 0.58% 0.47% -
XYZ 9.6 11.91 19.25 -
YUV 89.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 50 104 119 0.58 0.13 0 0.53 193.04 0.41 0.33
Hex 32 68 77 3A D 0 35 C1 29 21
Octal 62 150 167 72 15 0 65 301 51 41
Binary 110010 1101000 1110111 111010 1101 0 110101 11000001 101001 100001

Color Harmonies of #326877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326877

Black with #326877

Text Example


Text Example

White with #326877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326877; }

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

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

background-color css

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

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

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

border-color css

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

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

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