Html Css Color HEX #326671 Blumine

📋 copy color: '#326671'

red 50 ◦ green 102 ◦ blue 113

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

Shades of Blumine #326671

Tints of Blumine #326671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.49%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 18.87%
G = 38.49%
B = 42.64%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326671 (or 0x326671) is known color: Blumine. HEX triplet: 32, 66 and 71. RGB value is (50,102,113). Sum of RGB (Red+Green+Blue) = 50+102+113=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #326671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326671 is #CD998E. Grayscale: #575757. Windows color (decimal): -13474191 or 7431730. OLE color: 7431730.

HSL color Cylindrical-coordinate representation of color #326671: hue angle of 190.48º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326671 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 102 113 -
CMYK 0.56 0.10 0 0.56
HSL 190.48º 0.39% 0.32% -
HSV(B) 190.48º 0.56% 0.44% -
XYZ 9.05 11.37 17.34 -
YUV 87.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 50 102 113 0.56 0.10 0 0.56 190.48 0.39 0.32
Hex 32 66 71 38 A 0 38 BE 27 20
Octal 62 146 161 70 12 0 70 276 47 40
Binary 110010 1100110 1110001 111000 1010 0 111000 10111110 100111 100000

Color Harmonies of #326671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326671

Black with #326671

Text Example


Text Example

White with #326671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326671; }

 p { color: rgb(50,102,113); }

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

background-color css

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

 a { background-color: rgb(50,102,113); }

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

border-color css

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

 span { border-color: rgb(50,102,113); }

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