Html Css Color HEX #326371 Blumine

📋 copy color: '#326371'

red 50 ◦ green 99 ◦ blue 113

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

Shades of Blumine #326371

Tints of Blumine #326371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.79%

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

R = 19.08%
G = 37.79%
B = 43.13%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326371 (or 0x326371) is known color: Blumine. HEX triplet: 32, 63 and 71. RGB value is (50,99,113). Sum of RGB (Red+Green+Blue) = 50+99+113=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #326371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326371 is #CD9C8E. Grayscale: #555555. Windows color (decimal): -13474959 or 7430962. OLE color: 7430962.

HSL color Cylindrical-coordinate representation of color #326371: hue angle of 193.33º 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 #326371 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 99 113 -
CMYK 0.56 0.12 0 0.56
HSL 193.33º 0.39% 0.32% -
HSV(B) 193.33º 0.56% 0.44% -
XYZ 8.76 10.79 17.24 -
YUV 85.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 50 99 113 0.56 0.12 0 0.56 193.33 0.39 0.32
Hex 32 63 71 38 C 0 38 C1 27 20
Octal 62 143 161 70 14 0 70 301 47 40
Binary 110010 1100011 1110001 111000 1100 0 111000 11000001 100111 100000

Color Harmonies of #326371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326371

Black with #326371

Text Example


Text Example

White with #326371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326371; }

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

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

background-color css

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

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

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

border-color css

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

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

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