Html Css Color HEX #3C6585 Matisse

📋 copy color: '#3C6585'

red 60 ◦ green 101 ◦ blue 133

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

Shades of Matisse #3C6585

Tints of Matisse #3C6585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 20.41%
G = 34.35%
B = 45.24%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C6585 (or 0x3C6585) is known color: Matisse. HEX triplet: 3C, 65 and 85. RGB value is (60,101,133). Sum of RGB (Red+Green+Blue) = 60+101+133=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C6585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6585 is #C39A7A. Grayscale: #5C5C5C. Windows color (decimal): -12819067 or 8742204. OLE color: 8742204.

HSL color Cylindrical-coordinate representation of color #3C6585: hue angle of 206.3º 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 #3C6585 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 101 133 -
CMYK 0.55 0.24 0 0.48
HSL 206.3º 0.38% 0.38% -
HSV(B) 206.3º 0.55% 0.52% -
XYZ 10.75 11.96 23.93 -
YUV 92.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 60 101 133 0.55 0.24 0 0.48 206.3 0.38 0.38
Hex 3C 65 85 37 18 0 30 CE 26 26
Octal 74 145 205 67 30 0 60 316 46 46
Binary 111100 1100101 10000101 110111 11000 0 110000 11001110 100110 100110

Color Harmonies of #3C6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6585

Black with #3C6585

Text Example


Text Example

White with #3C6585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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