Html Css Color HEX #326675 Blumine

📋 copy color: '#326675'

red 50 ◦ green 102 ◦ blue 117

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

Shades of Blumine #326675

Tints of Blumine #326675

RGB

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

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

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

R = 18.59%
G = 37.92%
B = 43.49%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326675 (or 0x326675) is known color: Blumine. HEX triplet: 32, 66 and 75. RGB value is (50,102,117). Sum of RGB (Red+Green+Blue) = 50+102+117=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #326675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326675 is #CD998A. Grayscale: #585858. Windows color (decimal): -13474187 or 7693874. OLE color: 7693874.

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

Color convert

RGB 50 102 117 -
CMYK 0.57 0.13 0 0.54
HSL 193.43º 0.4% 0.33% -
HSV(B) 193.43º 0.57% 0.46% -
XYZ 9.28 11.47 18.55 -
YUV 88.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 50 102 117 0.57 0.13 0 0.54 193.43 0.4 0.33
Hex 32 66 75 39 D 0 36 C1 28 21
Octal 62 146 165 71 15 0 66 301 50 41
Binary 110010 1100110 1110101 111001 1101 0 110110 11000001 101000 100001

Color Harmonies of #326675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326675

Black with #326675

Text Example


Text Example

White with #326675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326675; }

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

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

background-color css

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

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

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

border-color css

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

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

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