Html Css Color HEX #326477 Blumine

📋 copy color: '#326477'

red 50 ◦ green 100 ◦ blue 119

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

Shades of Blumine #326477

Tints of Blumine #326477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

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

R = 18.59%
G = 37.17%
B = 44.24%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326477 (or 0x326477) is known color: Blumine. HEX triplet: 32, 64 and 77. RGB value is (50,100,119). Sum of RGB (Red+Green+Blue) = 50+100+119=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #326477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326477 is #CD9B88. Grayscale: #575757. Windows color (decimal): -13474697 or 7824434. OLE color: 7824434.

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

Color convert

RGB 50 100 119 -
CMYK 0.58 0.16 0 0.53
HSL 196.52º 0.41% 0.33% -
HSV(B) 196.52º 0.58% 0.47% -
XYZ 9.2 11.12 19.11 -
YUV 87.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 50 100 119 0.58 0.16 0 0.53 196.52 0.41 0.33
Hex 32 64 77 3A 10 0 35 C5 29 21
Octal 62 144 167 72 20 0 65 305 51 41
Binary 110010 1100100 1110111 111010 10000 0 110101 11000101 101001 100001

Color Harmonies of #326477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326477

Black with #326477

Text Example


Text Example

White with #326477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326477; }

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

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

background-color css

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

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

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

border-color css

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

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

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