Html Css Color HEX #326066 Blumine

📋 copy color: '#326066'

red 50 ◦ green 96 ◦ blue 102

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

Shades of Blumine #326066

Tints of Blumine #326066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

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

R = 20.16%
G = 38.71%
B = 41.13%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#326066 (or 0x326066) is known color: Blumine. HEX triplet: 32, 60 and 66. RGB value is (50,96,102). Sum of RGB (Red+Green+Blue) = 50+96+102=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #326066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326066 is #CD9F99. Grayscale: #525252. Windows color (decimal): -13475738 or 6709298. OLE color: 6709298.

HSL color Cylindrical-coordinate representation of color #326066: hue angle of 186.92º 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 #326066 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 96 102 -
CMYK 0.51 0.06 0 0.6
HSL 186.92º 0.34% 0.3% -
HSV(B) 186.92º 0.51% 0.4% -
XYZ 7.9 10 14.08 -
YUV 82.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 50 96 102 0.51 0.06 0 0.6 186.92 0.34 0.3
Hex 32 60 66 33 6 0 3C BB 22 1E
Octal 62 140 146 63 6 0 74 273 42 36
Binary 110010 1100000 1100110 110011 110 0 111100 10111011 100010 11110

Color Harmonies of #326066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326066

Black with #326066

Text Example


Text Example

White with #326066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326066; }

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

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

background-color css

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

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

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

border-color css

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

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

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