Html Css Color HEX #326870 Blumine

📋 copy color: '#326870'

red 50 ◦ green 104 ◦ blue 112

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

Shades of Blumine #326870

Tints of Blumine #326870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.1%

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

R = 18.8%
G = 39.1%
B = 42.11%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326870 (or 0x326870) is known color: Blumine. HEX triplet: 32, 68 and 70. RGB value is (50,104,112). Sum of RGB (Red+Green+Blue) = 50+104+112=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #326870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326870 is #CD978F. Grayscale: #585858. Windows color (decimal): -13473680 or 7366706. OLE color: 7366706.

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

Color convert

RGB 50 104 112 -
CMYK 0.55 0.07 0 0.56
HSL 187.74º 0.38% 0.32% -
HSV(B) 187.74º 0.55% 0.44% -
XYZ 9.19 11.75 17.11 -
YUV 88.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 50 104 112 0.55 0.07 0 0.56 187.74 0.38 0.32
Hex 32 68 70 37 7 0 38 BC 26 20
Octal 62 150 160 67 7 0 70 274 46 40
Binary 110010 1101000 1110000 110111 111 0 111000 10111100 100110 100000

Color Harmonies of #326870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326870

Black with #326870

Text Example


Text Example

White with #326870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326870; }

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

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

background-color css

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

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

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

border-color css

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

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

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