Html Css Color HEX #326470 Blumine

📋 copy color: '#326470'

red 50 ◦ green 100 ◦ blue 112

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

Shades of Blumine #326470

Tints of Blumine #326470

RGB

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

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

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

R = 19.08%
G = 38.17%
B = 42.75%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326470 (or 0x326470) is known color: Blumine. HEX triplet: 32, 64 and 70. RGB value is (50,100,112). Sum of RGB (Red+Green+Blue) = 50+100+112=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #326470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326470 is #CD9B8F. Grayscale: #565656. Windows color (decimal): -13474704 or 7365682. OLE color: 7365682.

HSL color Cylindrical-coordinate representation of color #326470: hue angle of 191.61º 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 #326470 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 100 112 -
CMYK 0.55 0.11 0 0.56
HSL 191.61º 0.38% 0.32% -
HSV(B) 191.61º 0.55% 0.44% -
XYZ 8.8 10.96 16.98 -
YUV 86.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 50 100 112 0.55 0.11 0 0.56 191.61 0.38 0.32
Hex 32 64 70 37 B 0 38 C0 26 20
Octal 62 144 160 67 13 0 70 300 46 40
Binary 110010 1100100 1110000 110111 1011 0 111000 11000000 100110 100000

Color Harmonies of #326470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326470

Black with #326470

Text Example


Text Example

White with #326470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326470; }

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

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

background-color css

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

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

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

border-color css

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

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

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