Html Css Color HEX #326777 Blumine

📋 copy color: '#326777'

red 50 ◦ green 103 ◦ blue 119

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

Shades of Blumine #326777

Tints of Blumine #326777

RGB

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

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

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

R = 18.38%
G = 37.87%
B = 43.75%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326777 (or 0x326777) is known color: Blumine. HEX triplet: 32, 67 and 77. RGB value is (50,103,119). Sum of RGB (Red+Green+Blue) = 50+103+119=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #326777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326777 is #CD9888. Grayscale: #585858. Windows color (decimal): -13473929 or 7825202. OLE color: 7825202.

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

Color convert

RGB 50 103 119 -
CMYK 0.58 0.13 0 0.53
HSL 193.91º 0.41% 0.33% -
HSV(B) 193.91º 0.58% 0.47% -
XYZ 9.5 11.71 19.21 -
YUV 88.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 50 103 119 0.58 0.13 0 0.53 193.91 0.41 0.33
Hex 32 67 77 3A D 0 35 C2 29 21
Octal 62 147 167 72 15 0 65 302 51 41
Binary 110010 1100111 1110111 111010 1101 0 110101 11000010 101001 100001

Color Harmonies of #326777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326777

Black with #326777

Text Example


Text Example

White with #326777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326777; }

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

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

background-color css

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

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

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

border-color css

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

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

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