Html Css Color HEX #326A77 Blumine

📋 copy color: '#326A77'

red 50 ◦ green 106 ◦ blue 119

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

Shades of Blumine #326A77

Tints of Blumine #326A77

RGB

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

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

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

R = 18.18%
G = 38.55%
B = 43.27%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326A77 (or 0x326A77) is known color: Blumine. HEX triplet: 32, 6A and 77. RGB value is (50,106,119). Sum of RGB (Red+Green+Blue) = 50+106+119=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #326A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A77 is #CD9588. Grayscale: #5A5A5A. Windows color (decimal): -13473161 or 7825970. OLE color: 7825970.

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

Color convert

RGB 50 106 119 -
CMYK 0.58 0.11 0 0.53
HSL 191.3º 0.41% 0.33% -
HSV(B) 191.3º 0.58% 0.47% -
XYZ 9.8 12.32 19.31 -
YUV 90.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 50 106 119 0.58 0.11 0 0.53 191.3 0.41 0.33
Hex 32 6A 77 3A B 0 35 BF 29 21
Octal 62 152 167 72 13 0 65 277 51 41
Binary 110010 1101010 1110111 111010 1011 0 110101 10111111 101001 100001

Color Harmonies of #326A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A77

Black with #326A77

Text Example


Text Example

White with #326A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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