Html Css Color HEX #326578 Blumine

📋 copy color: '#326578'

red 50 ◦ green 101 ◦ blue 120

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

Shades of Blumine #326578

Tints of Blumine #326578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.27%

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

R = 18.45%
G = 37.27%
B = 44.28%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326578 (or 0x326578) is known color: Blumine. HEX triplet: 32, 65 and 78. RGB value is (50,101,120). Sum of RGB (Red+Green+Blue) = 50+101+120=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #326578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326578 is #CD9A87. Grayscale: #575757. Windows color (decimal): -13474440 or 7890226. OLE color: 7890226.

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

Color convert

RGB 50 101 120 -
CMYK 0.58 0.16 0 0.53
HSL 196.29º 0.41% 0.33% -
HSV(B) 196.29º 0.58% 0.47% -
XYZ 9.36 11.34 19.47 -
YUV 87.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 50 101 120 0.58 0.16 0 0.53 196.29 0.41 0.33
Hex 32 65 78 3A 10 0 35 C4 29 21
Octal 62 145 170 72 20 0 65 304 51 41
Binary 110010 1100101 1111000 111010 10000 0 110101 11000100 101001 100001

Color Harmonies of #326578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326578

Black with #326578

Text Example


Text Example

White with #326578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326578; }

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

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

background-color css

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

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

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

border-color css

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

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

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