Html Css Color HEX #326077 Blumine

📋 copy color: '#326077'

red 50 ◦ green 96 ◦ blue 119

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

Shades of Blumine #326077

Tints of Blumine #326077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.23%

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

R = 18.87%
G = 36.23%
B = 44.91%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326077 (or 0x326077) is known color: Blumine. HEX triplet: 32, 60 and 77. RGB value is (50,96,119). Sum of RGB (Red+Green+Blue) = 50+96+119=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #326077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326077 is #CD9F88. Grayscale: #545454. Windows color (decimal): -13475721 or 7823410. OLE color: 7823410.

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

Color convert

RGB 50 96 119 -
CMYK 0.58 0.19 0 0.53
HSL 200º 0.41% 0.33% -
HSV(B) 200º 0.58% 0.47% -
XYZ 8.83 10.38 18.99 -
YUV 84.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 50 96 119 0.58 0.19 0 0.53 200 0.41 0.33
Hex 32 60 77 3A 13 0 35 C8 29 21
Octal 62 140 167 72 23 0 65 310 51 41
Binary 110010 1100000 1110111 111010 10011 0 110101 11001000 101001 100001

Color Harmonies of #326077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326077

Black with #326077

Text Example


Text Example

White with #326077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326077; }

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

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

background-color css

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

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

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

border-color css

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

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

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