Html Css Color HEX #326278 Blumine

📋 copy color: '#326278'

red 50 ◦ green 98 ◦ blue 120

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

Shades of Blumine #326278

Tints of Blumine #326278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.57%

 BLUE value IS 120 (47.27% from 255) = 44.78%

R = 18.66%
G = 36.57%
B = 44.78%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326278 (or 0x326278) is known color: Blumine. HEX triplet: 32, 62 and 78. RGB value is (50,98,120). Sum of RGB (Red+Green+Blue) = 50+98+120=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #326278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326278 is #CD9D87. Grayscale: #565656. Windows color (decimal): -13475208 or 7889458. OLE color: 7889458.

HSL color Cylindrical-coordinate representation of color #326278: hue angle of 198.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326278 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 98 120 -
CMYK 0.58 0.18 0 0.53
HSL 198.86º 0.41% 0.33% -
HSV(B) 198.86º 0.58% 0.47% -
XYZ 9.07 10.77 19.37 -
YUV 86.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 50 98 120 0.58 0.18 0 0.53 198.86 0.41 0.33
Hex 32 62 78 3A 12 0 35 C7 29 21
Octal 62 142 170 72 22 0 65 307 51 41
Binary 110010 1100010 1111000 111010 10010 0 110101 11000111 101001 100001

Color Harmonies of #326278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326278

Black with #326278

Text Example


Text Example

White with #326278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326278; }

 p { color: rgb(50,98,120); }

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

background-color css

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

 a { background-color: rgb(50,98,120); }

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

border-color css

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

 span { border-color: rgb(50,98,120); }

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