Html Css Color HEX #3C587D Matisse

📋 copy color: '#3C587D'

red 60 ◦ green 88 ◦ blue 125

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

Shades of Matisse #3C587D

Tints of Matisse #3C587D

RGB

 RED value IS 60 (23.83% from 255) = 21.98%

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

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 21.98%
G = 32.23%
B = 45.79%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C587D (or 0x3C587D) is known color: Matisse. HEX triplet: 3C, 58 and 7D. RGB value is (60,88,125). Sum of RGB (Red+Green+Blue) = 60+88+125=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C587D is #C3A782. Grayscale: #535353. Windows color (decimal): -12822403 or 8214588. OLE color: 8214588.

HSL color Cylindrical-coordinate representation of color #3C587D: hue angle of 214.15º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C587D is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 88 125 -
CMYK 0.52 0.30 0 0.51
HSL 214.15º 0.35% 0.36% -
HSV(B) 214.15º 0.52% 0.49% -
XYZ 9.05 9.42 20.74 -
YUV 83.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 60 88 125 0.52 0.30 0 0.51 214.15 0.35 0.36
Hex 3C 58 7D 34 1E 0 33 D6 23 24
Octal 74 130 175 64 36 0 63 326 43 44
Binary 111100 1011000 1111101 110100 11110 0 110011 11010110 100011 100100

Color Harmonies of #3C587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C587D

Black with #3C587D

Text Example


Text Example

White with #3C587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C587D; }

 p { color: rgb(60,88,125); }

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

background-color css

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

 a { background-color: rgb(60,88,125); }

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

border-color css

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

 span { border-color: rgb(60,88,125); }

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