Html Css Color HEX #326375 Blumine

📋 copy color: '#326375'

red 50 ◦ green 99 ◦ blue 117

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

Shades of Blumine #326375

Tints of Blumine #326375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

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

R = 18.8%
G = 37.22%
B = 43.98%

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

#326375 (or 0x326375) is known color: Blumine. HEX triplet: 32, 63 and 75. RGB value is (50,99,117). Sum of RGB (Red+Green+Blue) = 50+99+117=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #326375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326375 is #CD9C8A. Grayscale: #565656. Windows color (decimal): -13474955 or 7693106. OLE color: 7693106.

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

Color convert

RGB 50 99 117 -
CMYK 0.57 0.15 0 0.54
HSL 196.12º 0.4% 0.33% -
HSV(B) 196.12º 0.57% 0.46% -
XYZ 8.99 10.89 18.46 -
YUV 86.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 50 99 117 0.57 0.15 0 0.54 196.12 0.4 0.33
Hex 32 63 75 39 F 0 36 C4 28 21
Octal 62 143 165 71 17 0 66 304 50 41
Binary 110010 1100011 1110101 111001 1111 0 110110 11000100 101000 100001

Color Harmonies of #326375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326375

Black with #326375

Text Example


Text Example

White with #326375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326375; }

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

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

background-color css

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

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

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

border-color css

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

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

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