Html Css Color HEX #3C607D Matisse

📋 copy color: '#3C607D'

red 60 ◦ green 96 ◦ blue 125

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

Shades of Matisse #3C607D

Tints of Matisse #3C607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

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

R = 21.35%
G = 34.16%
B = 44.48%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C607D (or 0x3C607D) is known color: Matisse. HEX triplet: 3C, 60 and 7D. RGB value is (60,96,125). Sum of RGB (Red+Green+Blue) = 60+96+125=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C607D is #C39F82. Grayscale: #585858. Windows color (decimal): -12820355 or 8216636. OLE color: 8216636.

HSL color Cylindrical-coordinate representation of color #3C607D: hue angle of 206.77º 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 #3C607D is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 96 125 -
CMYK 0.52 0.23 0 0.51
HSL 206.77º 0.35% 0.36% -
HSV(B) 206.77º 0.52% 0.49% -
XYZ 9.75 10.81 20.97 -
YUV 88.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 60 96 125 0.52 0.23 0 0.51 206.77 0.35 0.36
Hex 3C 60 7D 34 17 0 33 CF 23 24
Octal 74 140 175 64 27 0 63 317 43 44
Binary 111100 1100000 1111101 110100 10111 0 110011 11001111 100011 100100

Color Harmonies of #3C607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C607D

Black with #3C607D

Text Example


Text Example

White with #3C607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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