Html Css Color HEX #326779 Blumine

📋 copy color: '#326779'

red 50 ◦ green 103 ◦ blue 121

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

Shades of Blumine #326779

Tints of Blumine #326779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 18.25%
G = 37.59%
B = 44.16%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326779 (or 0x326779) is known color: Blumine. HEX triplet: 32, 67 and 79. RGB value is (50,103,121). Sum of RGB (Red+Green+Blue) = 50+103+121=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #326779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326779 is #CD9886. Grayscale: #595959. Windows color (decimal): -13473927 or 7956274. OLE color: 7956274.

HSL color Cylindrical-coordinate representation of color #326779: hue angle of 195.21º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326779 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 103 121 -
CMYK 0.59 0.15 0 0.53
HSL 195.21º 0.42% 0.34% -
HSV(B) 195.21º 0.59% 0.47% -
XYZ 9.62 11.76 19.85 -
YUV 89.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 50 103 121 0.59 0.15 0 0.53 195.21 0.42 0.34
Hex 32 67 79 3B F 0 35 C3 2A 22
Octal 62 147 171 73 17 0 65 303 52 42
Binary 110010 1100111 1111001 111011 1111 0 110101 11000011 101010 100010

Color Harmonies of #326779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326779

Black with #326779

Text Example


Text Example

White with #326779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326779; }

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

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

background-color css

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

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

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

border-color css

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

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

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