Html Css Color HEX #326677 Blumine

📋 copy color: '#326677'

red 50 ◦ green 102 ◦ blue 119

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

Shades of Blumine #326677

Tints of Blumine #326677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.64%

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

R = 18.45%
G = 37.64%
B = 43.91%

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

#326677 (or 0x326677) is known color: Blumine. HEX triplet: 32, 66 and 77. RGB value is (50,102,119). Sum of RGB (Red+Green+Blue) = 50+102+119=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #326677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326677 is #CD9988. Grayscale: #585858. Windows color (decimal): -13474185 or 7824946. OLE color: 7824946.

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

Color convert

RGB 50 102 119 -
CMYK 0.58 0.14 0 0.53
HSL 194.78º 0.41% 0.33% -
HSV(B) 194.78º 0.58% 0.47% -
XYZ 9.4 11.51 19.18 -
YUV 88.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 50 102 119 0.58 0.14 0 0.53 194.78 0.41 0.33
Hex 32 66 77 3A E 0 35 C3 29 21
Octal 62 146 167 72 16 0 65 303 51 41
Binary 110010 1100110 1110111 111010 1110 0 110101 11000011 101001 100001

Color Harmonies of #326677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326677

Black with #326677

Text Example


Text Example

White with #326677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326677; }

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

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

background-color css

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

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

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

border-color css

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

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

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