Html Css Color HEX #326277 Blumine

📋 copy color: '#326277'

red 50 ◦ green 98 ◦ blue 119

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

Shades of Blumine #326277

Tints of Blumine #326277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

 BLUE value IS 119 (46.88% from 255) = 44.57%

R = 18.73%
G = 36.7%
B = 44.57%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326277 (or 0x326277) is known color: Blumine. HEX triplet: 32, 62 and 77. RGB value is (50,98,119). Sum of RGB (Red+Green+Blue) = 50+98+119=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #326277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326277 is #CD9D88. Grayscale: #555555. Windows color (decimal): -13475209 or 7823922. OLE color: 7823922.

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

Color convert

RGB 50 98 119 -
CMYK 0.58 0.18 0 0.53
HSL 198.26º 0.41% 0.33% -
HSV(B) 198.26º 0.58% 0.47% -
XYZ 9.01 10.75 19.05 -
YUV 86.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 50 98 119 0.58 0.18 0 0.53 198.26 0.41 0.33
Hex 32 62 77 3A 12 0 35 C6 29 21
Octal 62 142 167 72 22 0 65 306 51 41
Binary 110010 1100010 1110111 111010 10010 0 110101 11000110 101001 100001

Color Harmonies of #326277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326277

Black with #326277

Text Example


Text Example

White with #326277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326277; }

 p { color: rgb(50,98,119); }

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

background-color css

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

 a { background-color: rgb(50,98,119); }

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

border-color css

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

 span { border-color: rgb(50,98,119); }

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