Html Css Color HEX #326475 Blumine

📋 copy color: '#326475'

red 50 ◦ green 100 ◦ blue 117

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

Shades of Blumine #326475

Tints of Blumine #326475

RGB

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

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

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

R = 18.73%
G = 37.45%
B = 43.82%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326475 (or 0x326475) is known color: Blumine. HEX triplet: 32, 64 and 75. RGB value is (50,100,117). Sum of RGB (Red+Green+Blue) = 50+100+117=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #326475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326475 is #CD9B8A. Grayscale: #565656. Windows color (decimal): -13474699 or 7693362. OLE color: 7693362.

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

Color convert

RGB 50 100 117 -
CMYK 0.57 0.15 0 0.54
HSL 195.22º 0.4% 0.33% -
HSV(B) 195.22º 0.57% 0.46% -
XYZ 9.08 11.08 18.49 -
YUV 86.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 50 100 117 0.57 0.15 0 0.54 195.22 0.4 0.33
Hex 32 64 75 39 F 0 36 C3 28 21
Octal 62 144 165 71 17 0 66 303 50 41
Binary 110010 1100100 1110101 111001 1111 0 110110 11000011 101000 100001

Color Harmonies of #326475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326475

Black with #326475

Text Example


Text Example

White with #326475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326475; }

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

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

background-color css

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

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

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

border-color css

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

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

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