Html Css Color HEX #32587F Matisse

📋 copy color: '#32587F'

red 50 ◦ green 88 ◦ blue 127

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

Shades of Matisse #32587F

Tints of Matisse #32587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

 BLUE value IS 127 (50% from 255) = 47.92%

R = 18.87%
G = 33.21%
B = 47.92%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#32587F (or 0x32587F) is known color: Matisse. HEX triplet: 32, 58 and 7F. RGB value is (50,88,127). Sum of RGB (Red+Green+Blue) = 50+88+127=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #32587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32587F is #CDA780. Grayscale: #505050. Windows color (decimal): -13477761 or 8345650. OLE color: 8345650.

HSL color Cylindrical-coordinate representation of color #32587F: hue angle of 210.39º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32587F is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 88 127 -
CMYK 0.61 0.31 0 0.50
HSL 210.39º 0.44% 0.35% -
HSV(B) 210.39º 0.61% 0.5% -
XYZ 8.64 9.19 21.4 -
YUV 81.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 50 88 127 0.61 0.31 0 0.50 210.39 0.44 0.35
Hex 32 58 7F 3D 1F 0 32 D2 2C 23
Octal 62 130 177 75 37 0 62 322 54 43
Binary 110010 1011000 1111111 111101 11111 0 110010 11010010 101100 100011

Color Harmonies of #32587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32587F

Black with #32587F

Text Example


Text Example

White with #32587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32587F; }

 p { color: rgb(50,88,127); }

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

background-color css

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

 a { background-color: rgb(50,88,127); }

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

border-color css

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

 span { border-color: rgb(50,88,127); }

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