Html Css Color HEX #326670 Blumine

📋 copy color: '#326670'

red 50 ◦ green 102 ◦ blue 112

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

Shades of Blumine #326670

Tints of Blumine #326670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.64%

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 18.94%
G = 38.64%
B = 42.42%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326670 (or 0x326670) is known color: Blumine. HEX triplet: 32, 66 and 70. RGB value is (50,102,112). Sum of RGB (Red+Green+Blue) = 50+102+112=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #326670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326670 is #CD998F. Grayscale: #575757. Windows color (decimal): -13474192 or 7366194. OLE color: 7366194.

HSL color Cylindrical-coordinate representation of color #326670: hue angle of 189.68º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326670 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 102 112 -
CMYK 0.55 0.09 0 0.56
HSL 189.68º 0.38% 0.32% -
HSV(B) 189.68º 0.55% 0.44% -
XYZ 8.99 11.35 17.05 -
YUV 87.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 50 102 112 0.55 0.09 0 0.56 189.68 0.38 0.32
Hex 32 66 70 37 9 0 38 BE 26 20
Octal 62 146 160 67 11 0 70 276 46 40
Binary 110010 1100110 1110000 110111 1001 0 111000 10111110 100110 100000

Color Harmonies of #326670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326670

Black with #326670

Text Example


Text Example

White with #326670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326670; }

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

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

background-color css

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

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

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

border-color css

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

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

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