Html Css Color HEX #326378 Blumine

📋 copy color: '#326378'

red 50 ◦ green 99 ◦ blue 120

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

Shades of Blumine #326378

Tints of Blumine #326378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 18.59%
G = 36.8%
B = 44.61%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326378 (or 0x326378) is known color: Blumine. HEX triplet: 32, 63 and 78. RGB value is (50,99,120). Sum of RGB (Red+Green+Blue) = 50+99+120=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #326378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326378 is #CD9C87. Grayscale: #565656. Windows color (decimal): -13474952 or 7889714. OLE color: 7889714.

HSL color Cylindrical-coordinate representation of color #326378: hue angle of 198º 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 #326378 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 99 120 -
CMYK 0.58 0.17 0 0.53
HSL 198º 0.41% 0.33% -
HSV(B) 198º 0.58% 0.47% -
XYZ 9.17 10.96 19.4 -
YUV 86.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 50 99 120 0.58 0.17 0 0.53 198 0.41 0.33
Hex 32 63 78 3A 11 0 35 C6 29 21
Octal 62 143 170 72 21 0 65 306 51 41
Binary 110010 1100011 1111000 111010 10001 0 110101 11000110 101001 100001

Color Harmonies of #326378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326378

Black with #326378

Text Example


Text Example

White with #326378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326378; }

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

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

background-color css

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

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

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

border-color css

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

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

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