Html Css Color HEX #32626C Blumine

📋 copy color: '#32626C'

red 50 ◦ green 98 ◦ blue 108

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

Shades of Blumine #32626C

Tints of Blumine #32626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 19.53%
G = 38.28%
B = 42.19%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#32626C (or 0x32626C) is known color: Blumine. HEX triplet: 32, 62 and 6C. RGB value is (50,98,108). Sum of RGB (Red+Green+Blue) = 50+98+108=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #32626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32626C is #CD9D93. Grayscale: #545454. Windows color (decimal): -13475220 or 7103026. OLE color: 7103026.

HSL color Cylindrical-coordinate representation of color #32626C: hue angle of 190.34º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32626C is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 98 108 -
CMYK 0.54 0.09 0 0.58
HSL 190.34º 0.37% 0.31% -
HSV(B) 190.34º 0.54% 0.42% -
XYZ 8.39 10.5 15.77 -
YUV 84.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 50 98 108 0.54 0.09 0 0.58 190.34 0.37 0.31
Hex 32 62 6C 36 9 0 3A BE 25 1F
Octal 62 142 154 66 11 0 72 276 45 37
Binary 110010 1100010 1101100 110110 1001 0 111010 10111110 100101 11111

Color Harmonies of #32626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32626C

Black with #32626C

Text Example


Text Example

White with #32626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32626C; }

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

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

background-color css

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

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

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

border-color css

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

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

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