Html Css Color HEX #326472 Blumine

📋 copy color: '#326472'

red 50 ◦ green 100 ◦ blue 114

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

Shades of Blumine #326472

Tints of Blumine #326472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 18.94%
G = 37.88%
B = 43.18%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326472 (or 0x326472) is known color: Blumine. HEX triplet: 32, 64 and 72. RGB value is (50,100,114). Sum of RGB (Red+Green+Blue) = 50+100+114=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #326472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326472 is #CD9B8D. Grayscale: #565656. Windows color (decimal): -13474702 or 7496754. OLE color: 7496754.

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

Color convert

RGB 50 100 114 -
CMYK 0.56 0.12 0 0.55
HSL 193.13º 0.39% 0.32% -
HSV(B) 193.13º 0.56% 0.45% -
XYZ 8.91 11.01 17.57 -
YUV 86.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 50 100 114 0.56 0.12 0 0.55 193.13 0.39 0.32
Hex 32 64 72 38 C 0 37 C1 27 20
Octal 62 144 162 70 14 0 67 301 47 40
Binary 110010 1100100 1110010 111000 1100 0 110111 11000001 100111 100000

Color Harmonies of #326472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326472

Black with #326472

Text Example


Text Example

White with #326472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326472; }

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

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

background-color css

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

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

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

border-color css

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

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

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