Html Css Color HEX #3C6589 Matisse

📋 copy color: '#3C6589'

red 60 ◦ green 101 ◦ blue 137

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

Shades of Matisse #3C6589

Tints of Matisse #3C6589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.97%

R = 20.13%
G = 33.89%
B = 45.97%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C6589 (or 0x3C6589) is known color: Matisse. HEX triplet: 3C, 65 and 89. RGB value is (60,101,137). Sum of RGB (Red+Green+Blue) = 60+101+137=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C6589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6589 is #C39A76. Grayscale: #5C5C5C. Windows color (decimal): -12819063 or 9004348. OLE color: 9004348.

HSL color Cylindrical-coordinate representation of color #3C6589: hue angle of 208.05º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C6589 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 101 137 -
CMYK 0.56 0.26 0 0.46
HSL 208.05º 0.39% 0.39% -
HSV(B) 208.05º 0.56% 0.54% -
XYZ 11.03 12.07 25.42 -
YUV 92.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 60 101 137 0.56 0.26 0 0.46 208.05 0.39 0.39
Hex 3C 65 89 38 1A 0 2E D0 27 27
Octal 74 145 211 70 32 0 56 320 47 47
Binary 111100 1100101 10001001 111000 11010 0 101110 11010000 100111 100111

Color Harmonies of #3C6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6589

Black with #3C6589

Text Example


Text Example

White with #3C6589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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