Html Css Color HEX #326166 Blumine

📋 copy color: '#326166'

red 50 ◦ green 97 ◦ blue 102

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

Shades of Blumine #326166

Tints of Blumine #326166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.96%

 BLUE value IS 102 (40.23% from 255) = 40.96%

R = 20.08%
G = 38.96%
B = 40.96%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#326166 (or 0x326166) is known color: Blumine. HEX triplet: 32, 61 and 66. RGB value is (50,97,102). Sum of RGB (Red+Green+Blue) = 50+97+102=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #326166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326166 is #CD9E99. Grayscale: #535353. Windows color (decimal): -13475482 or 6709554. OLE color: 6709554.

HSL color Cylindrical-coordinate representation of color #326166: hue angle of 185.77º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326166 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 97 102 -
CMYK 0.51 0.05 0 0.6
HSL 185.77º 0.34% 0.3% -
HSV(B) 185.77º 0.51% 0.4% -
XYZ 7.99 10.19 14.12 -
YUV 83.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 50 97 102 0.51 0.05 0 0.6 185.77 0.34 0.3
Hex 32 61 66 33 5 0 3C BA 22 1E
Octal 62 141 146 63 5 0 74 272 42 36
Binary 110010 1100001 1100110 110011 101 0 111100 10111010 100010 11110

Color Harmonies of #326166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326166

Black with #326166

Text Example


Text Example

White with #326166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326166; }

 p { color: rgb(50,97,102); }

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

background-color css

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

 a { background-color: rgb(50,97,102); }

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

border-color css

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

 span { border-color: rgb(50,97,102); }

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