Html Css Color HEX #326373 Blumine

📋 copy color: '#326373'

red 50 ◦ green 99 ◦ blue 115

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

Shades of Blumine #326373

Tints of Blumine #326373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 18.94%
G = 37.5%
B = 43.56%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326373 (or 0x326373) is known color: Blumine. HEX triplet: 32, 63 and 73. RGB value is (50,99,115). Sum of RGB (Red+Green+Blue) = 50+99+115=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #326373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326373 is #CD9C8C. Grayscale: #565656. Windows color (decimal): -13474957 or 7562034. OLE color: 7562034.

HSL color Cylindrical-coordinate representation of color #326373: hue angle of 194.77º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326373 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 99 115 -
CMYK 0.57 0.14 0 0.55
HSL 194.77º 0.39% 0.32% -
HSV(B) 194.77º 0.57% 0.45% -
XYZ 8.87 10.84 17.84 -
YUV 86.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 50 99 115 0.57 0.14 0 0.55 194.77 0.39 0.32
Hex 32 63 73 39 E 0 37 C3 27 20
Octal 62 143 163 71 16 0 67 303 47 40
Binary 110010 1100011 1110011 111001 1110 0 110111 11000011 100111 100000

Color Harmonies of #326373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326373

Black with #326373

Text Example


Text Example

White with #326373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326373; }

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

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

background-color css

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

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

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

border-color css

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

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

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