Html Css Color HEX #32676D Blumine

📋 copy color: '#32676D'

red 50 ◦ green 103 ◦ blue 109

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

Shades of Blumine #32676D

Tints of Blumine #32676D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 19.08%
G = 39.31%
B = 41.6%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32676D (or 0x32676D) is known color: Blumine. HEX triplet: 32, 67 and 6D. RGB value is (50,103,109). Sum of RGB (Red+Green+Blue) = 50+103+109=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #32676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32676D is #CD9892. Grayscale: #575757. Windows color (decimal): -13473939 or 7169842. OLE color: 7169842.

HSL color Cylindrical-coordinate representation of color #32676D: hue angle of 186.1º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32676D is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 103 109 -
CMYK 0.54 0.06 0 0.57
HSL 186.1º 0.37% 0.31% -
HSV(B) 186.1º 0.54% 0.43% -
XYZ 8.93 11.48 16.21 -
YUV 87.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 50 103 109 0.54 0.06 0 0.57 186.1 0.37 0.31
Hex 32 67 6D 36 6 0 39 BA 25 1F
Octal 62 147 155 66 6 0 71 272 45 37
Binary 110010 1100111 1101101 110110 110 0 111001 10111010 100101 11111

Color Harmonies of #32676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32676D

Black with #32676D

Text Example


Text Example

White with #32676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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