Html Css Color HEX #326770 Blumine

📋 copy color: '#326770'

red 50 ◦ green 103 ◦ blue 112

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

Shades of Blumine #326770

Tints of Blumine #326770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.87%

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

R = 18.87%
G = 38.87%
B = 42.26%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326770 (or 0x326770) is known color: Blumine. HEX triplet: 32, 67 and 70. RGB value is (50,103,112). Sum of RGB (Red+Green+Blue) = 50+103+112=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #326770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326770 is #CD988F. Grayscale: #585858. Windows color (decimal): -13473936 or 7366450. OLE color: 7366450.

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

Color convert

RGB 50 103 112 -
CMYK 0.55 0.08 0 0.56
HSL 188.71º 0.38% 0.32% -
HSV(B) 188.71º 0.55% 0.44% -
XYZ 9.09 11.55 17.08 -
YUV 88.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 50 103 112 0.55 0.08 0 0.56 188.71 0.38 0.32
Hex 32 67 70 37 8 0 38 BD 26 20
Octal 62 147 160 67 10 0 70 275 46 40
Binary 110010 1100111 1110000 110111 1000 0 111000 10111101 100110 100000

Color Harmonies of #326770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326770

Black with #326770

Text Example


Text Example

White with #326770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326770; }

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

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

background-color css

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

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

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

border-color css

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

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

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