Html Css Color HEX #326776 Blumine

📋 copy color: '#326776'

red 50 ◦ green 103 ◦ blue 118

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

Shades of Blumine #326776

Tints of Blumine #326776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.01%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 18.45%
G = 38.01%
B = 43.54%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326776 (or 0x326776) is known color: Blumine. HEX triplet: 32, 67 and 76. RGB value is (50,103,118). Sum of RGB (Red+Green+Blue) = 50+103+118=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #326776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326776 is #CD9889. Grayscale: #585858. Windows color (decimal): -13473930 or 7759666. OLE color: 7759666.

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

Color convert

RGB 50 103 118 -
CMYK 0.58 0.13 0 0.54
HSL 193.24º 0.4% 0.33% -
HSV(B) 193.24º 0.58% 0.46% -
XYZ 9.44 11.69 18.9 -
YUV 88.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 50 103 118 0.58 0.13 0 0.54 193.24 0.4 0.33
Hex 32 67 76 3A D 0 36 C1 28 21
Octal 62 147 166 72 15 0 66 301 50 41
Binary 110010 1100111 1110110 111010 1101 0 110110 11000001 101000 100001

Color Harmonies of #326776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326776

Black with #326776

Text Example


Text Example

White with #326776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326776; }

 p { color: rgb(50,103,118); }

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

background-color css

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

 a { background-color: rgb(50,103,118); }

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

border-color css

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

 span { border-color: rgb(50,103,118); }

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