Html Css Color HEX #326A76 Blumine

📋 copy color: '#326A76'

red 50 ◦ green 106 ◦ blue 118

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

Shades of Blumine #326A76

Tints of Blumine #326A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

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

R = 18.25%
G = 38.69%
B = 43.07%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326A76 (or 0x326A76) is known color: Blumine. HEX triplet: 32, 6A and 76. RGB value is (50,106,118). Sum of RGB (Red+Green+Blue) = 50+106+118=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #326A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A76 is #CD9589. Grayscale: #5A5A5A. Windows color (decimal): -13473162 or 7760434. OLE color: 7760434.

HSL color Cylindrical-coordinate representation of color #326A76: hue angle of 190.59º 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 #326A76 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 106 118 -
CMYK 0.58 0.10 0 0.54
HSL 190.59º 0.4% 0.33% -
HSV(B) 190.59º 0.58% 0.46% -
XYZ 9.74 12.29 19 -
YUV 90.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 50 106 118 0.58 0.10 0 0.54 190.59 0.4 0.33
Hex 32 6A 76 3A A 0 36 BF 28 21
Octal 62 152 166 72 12 0 66 277 50 41
Binary 110010 1101010 1110110 111010 1010 0 110110 10111111 101000 100001

Color Harmonies of #326A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A76

Black with #326A76

Text Example


Text Example

White with #326A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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