Html Css Color HEX #326875 Blumine

📋 copy color: '#326875'

red 50 ◦ green 104 ◦ blue 117

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

Shades of Blumine #326875

Tints of Blumine #326875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.38%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 18.45%
G = 38.38%
B = 43.17%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326875 (or 0x326875) is known color: Blumine. HEX triplet: 32, 68 and 75. RGB value is (50,104,117). Sum of RGB (Red+Green+Blue) = 50+104+117=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #326875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326875 is #CD978A. Grayscale: #595959. Windows color (decimal): -13473675 or 7694386. OLE color: 7694386.

HSL color Cylindrical-coordinate representation of color #326875: hue angle of 191.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326875 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 104 117 -
CMYK 0.57 0.11 0 0.54
HSL 191.64º 0.4% 0.33% -
HSV(B) 191.64º 0.57% 0.46% -
XYZ 9.48 11.86 18.62 -
YUV 89.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 50 104 117 0.57 0.11 0 0.54 191.64 0.4 0.33
Hex 32 68 75 39 B 0 36 C0 28 21
Octal 62 150 165 71 13 0 66 300 50 41
Binary 110010 1101000 1110101 111001 1011 0 110110 11000000 101000 100001

Color Harmonies of #326875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326875

Black with #326875

Text Example


Text Example

White with #326875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326875; }

 p { color: rgb(50,104,117); }

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

background-color css

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

 a { background-color: rgb(50,104,117); }

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

border-color css

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

 span { border-color: rgb(50,104,117); }

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