Html Css Color HEX #326268 Blumine

📋 copy color: '#326268'

red 50 ◦ green 98 ◦ blue 104

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

Shades of Blumine #326268

Tints of Blumine #326268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.27%

R = 19.84%
G = 38.89%
B = 41.27%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#326268 (or 0x326268) is known color: Blumine. HEX triplet: 32, 62 and 68. RGB value is (50,98,104). Sum of RGB (Red+Green+Blue) = 50+98+104=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #326268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326268 is #CD9D97. Grayscale: #545454. Windows color (decimal): -13475224 or 6840882. OLE color: 6840882.

HSL color Cylindrical-coordinate representation of color #326268: hue angle of 186.67º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326268 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 98 104 -
CMYK 0.52 0.06 0 0.59
HSL 186.67º 0.35% 0.3% -
HSV(B) 186.67º 0.52% 0.41% -
XYZ 8.18 10.41 14.68 -
YUV 84.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 50 98 104 0.52 0.06 0 0.59 186.67 0.35 0.3
Hex 32 62 68 34 6 0 3B BB 23 1E
Octal 62 142 150 64 6 0 73 273 43 36
Binary 110010 1100010 1101000 110100 110 0 111011 10111011 100011 11110

Color Harmonies of #326268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326268

Black with #326268

Text Example


Text Example

White with #326268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326268; }

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

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

background-color css

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

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

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

border-color css

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

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

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