Html Css Color HEX #326473 Blumine

📋 copy color: '#326473'

red 50 ◦ green 100 ◦ blue 115

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

Shades of Blumine #326473

Tints of Blumine #326473

RGB

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

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

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

R = 18.87%
G = 37.74%
B = 43.4%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326473 (or 0x326473) is known color: Blumine. HEX triplet: 32, 64 and 73. RGB value is (50,100,115). Sum of RGB (Red+Green+Blue) = 50+100+115=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #326473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326473 is #CD9B8C. Grayscale: #565656. Windows color (decimal): -13474701 or 7562290. OLE color: 7562290.

HSL color Cylindrical-coordinate representation of color #326473: hue angle of 193.85º 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 #326473 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 100 115 -
CMYK 0.57 0.13 0 0.55
HSL 193.85º 0.39% 0.32% -
HSV(B) 193.85º 0.57% 0.45% -
XYZ 8.97 11.03 17.88 -
YUV 86.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 50 100 115 0.57 0.13 0 0.55 193.85 0.39 0.32
Hex 32 64 73 39 D 0 37 C2 27 20
Octal 62 144 163 71 15 0 67 302 47 40
Binary 110010 1100100 1110011 111001 1101 0 110111 11000010 100111 100000

Color Harmonies of #326473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326473

Black with #326473

Text Example


Text Example

White with #326473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326473; }

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

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

background-color css

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

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

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

border-color css

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

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

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