Html Css Color HEX #326774 Blumine

📋 copy color: '#326774'

red 50 ◦ green 103 ◦ blue 116

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

Shades of Blumine #326774

Tints of Blumine #326774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 18.59%
G = 38.29%
B = 43.12%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326774 (or 0x326774) is known color: Blumine. HEX triplet: 32, 67 and 74. RGB value is (50,103,116). Sum of RGB (Red+Green+Blue) = 50+103+116=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #326774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326774 is #CD988B. Grayscale: #585858. Windows color (decimal): -13473932 or 7628594. OLE color: 7628594.

HSL color Cylindrical-coordinate representation of color #326774: hue angle of 191.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326774 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 103 116 -
CMYK 0.57 0.11 0 0.55
HSL 191.82º 0.4% 0.33% -
HSV(B) 191.82º 0.57% 0.45% -
XYZ 9.32 11.64 18.28 -
YUV 88.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 50 103 116 0.57 0.11 0 0.55 191.82 0.4 0.33
Hex 32 67 74 39 B 0 37 C0 28 21
Octal 62 147 164 71 13 0 67 300 50 41
Binary 110010 1100111 1110100 111001 1011 0 110111 11000000 101000 100001

Color Harmonies of #326774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326774

Black with #326774

Text Example


Text Example

White with #326774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326774; }

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

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

background-color css

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

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

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

border-color css

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

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

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