Html Css Color HEX #3C6584 Matisse

📋 copy color: '#3C6584'

red 60 ◦ green 101 ◦ blue 132

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

Shades of Matisse #3C6584

Tints of Matisse #3C6584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

 BLUE value IS 132 (51.95% from 255) = 45.05%

R = 20.48%
G = 34.47%
B = 45.05%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C6584 (or 0x3C6584) is known color: Matisse. HEX triplet: 3C, 65 and 84. RGB value is (60,101,132). Sum of RGB (Red+Green+Blue) = 60+101+132=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C6584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6584 is #C39A7B. Grayscale: #5C5C5C. Windows color (decimal): -12819068 or 8676668. OLE color: 8676668.

HSL color Cylindrical-coordinate representation of color #3C6584: hue angle of 205.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C6584 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 101 132 -
CMYK 0.55 0.23 0 0.48
HSL 205.83º 0.38% 0.38% -
HSV(B) 205.83º 0.55% 0.52% -
XYZ 10.68 11.93 23.57 -
YUV 92.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 60 101 132 0.55 0.23 0 0.48 205.83 0.38 0.38
Hex 3C 65 84 37 17 0 30 CE 26 26
Octal 74 145 204 67 27 0 60 316 46 46
Binary 111100 1100101 10000100 110111 10111 0 110000 11001110 100110 100110

Color Harmonies of #3C6584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6584

Black with #3C6584

Text Example


Text Example

White with #3C6584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,101,132); }

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

background-color css

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

 a { background-color: rgb(60,101,132); }

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

border-color css

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

 span { border-color: rgb(60,101,132); }

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