Html Css Color HEX #326778 Blumine

📋 copy color: '#326778'

red 50 ◦ green 103 ◦ blue 120

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

Shades of Blumine #326778

Tints of Blumine #326778

RGB

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

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

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

R = 18.32%
G = 37.73%
B = 43.96%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326778 (or 0x326778) is known color: Blumine. HEX triplet: 32, 67 and 78. RGB value is (50,103,120). Sum of RGB (Red+Green+Blue) = 50+103+120=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #326778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326778 is #CD9887. Grayscale: #585858. Windows color (decimal): -13473928 or 7890738. OLE color: 7890738.

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

Color convert

RGB 50 103 120 -
CMYK 0.58 0.14 0 0.53
HSL 194.57º 0.41% 0.33% -
HSV(B) 194.57º 0.58% 0.47% -
XYZ 9.56 11.73 19.53 -
YUV 89.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 50 103 120 0.58 0.14 0 0.53 194.57 0.41 0.33
Hex 32 67 78 3A E 0 35 C3 29 21
Octal 62 147 170 72 16 0 65 303 51 41
Binary 110010 1100111 1111000 111010 1110 0 110101 11000011 101001 100001

Color Harmonies of #326778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326778

Black with #326778

Text Example


Text Example

White with #326778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326778; }

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

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

background-color css

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

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

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

border-color css

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

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

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