Html Css Color HEX #326973 Blumine

📋 copy color: '#326973'

red 50 ◦ green 105 ◦ blue 115

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

Shades of Blumine #326973

Tints of Blumine #326973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

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

R = 18.52%
G = 38.89%
B = 42.59%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326973 (or 0x326973) is known color: Blumine. HEX triplet: 32, 69 and 73. RGB value is (50,105,115). Sum of RGB (Red+Green+Blue) = 50+105+115=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #326973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326973 is #CD968C. Grayscale: #595959. Windows color (decimal): -13473421 or 7563570. OLE color: 7563570.

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

Color convert

RGB 50 105 115 -
CMYK 0.57 0.09 0 0.55
HSL 189.23º 0.39% 0.32% -
HSV(B) 189.23º 0.57% 0.45% -
XYZ 9.46 12.02 18.04 -
YUV 89.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 50 105 115 0.57 0.09 0 0.55 189.23 0.39 0.32
Hex 32 69 73 39 9 0 37 BD 27 20
Octal 62 151 163 71 11 0 67 275 47 40
Binary 110010 1101001 1110011 111001 1001 0 110111 10111101 100111 100000

Color Harmonies of #326973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326973

Black with #326973

Text Example


Text Example

White with #326973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326973; }

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

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

background-color css

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

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

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

border-color css

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

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

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