Html Css Color HEX #326775 Blumine

📋 copy color: '#326775'

red 50 ◦ green 103 ◦ blue 117

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

Shades of Blumine #326775

Tints of Blumine #326775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 18.52%
G = 38.15%
B = 43.33%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326775 (or 0x326775) is known color: Blumine. HEX triplet: 32, 67 and 75. RGB value is (50,103,117). Sum of RGB (Red+Green+Blue) = 50+103+117=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #326775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326775 is #CD988A. Grayscale: #585858. Windows color (decimal): -13473931 or 7694130. OLE color: 7694130.

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

Color convert

RGB 50 103 117 -
CMYK 0.57 0.12 0 0.54
HSL 192.54º 0.4% 0.33% -
HSV(B) 192.54º 0.57% 0.46% -
XYZ 9.38 11.66 18.59 -
YUV 88.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 50 103 117 0.57 0.12 0 0.54 192.54 0.4 0.33
Hex 32 67 75 39 C 0 36 C1 28 21
Octal 62 147 165 71 14 0 66 301 50 41
Binary 110010 1100111 1110101 111001 1100 0 110110 11000001 101000 100001

Color Harmonies of #326775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326775

Black with #326775

Text Example


Text Example

White with #326775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326775; }

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

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

background-color css

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

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

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

border-color css

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

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

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