Html Css Color HEX #3C6389 Matisse

📋 copy color: '#3C6389'

red 60 ◦ green 99 ◦ blue 137

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

Shades of Matisse #3C6389

Tints of Matisse #3C6389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

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

R = 20.27%
G = 33.45%
B = 46.28%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C6389 (or 0x3C6389) is known color: Matisse. HEX triplet: 3C, 63 and 89. RGB value is (60,99,137). Sum of RGB (Red+Green+Blue) = 60+99+137=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C6389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6389 is #C39C76. Grayscale: #5B5B5B. Windows color (decimal): -12819575 or 9003836. OLE color: 9003836.

HSL color Cylindrical-coordinate representation of color #3C6389: hue angle of 209.61º 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 #3C6389 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 99 137 -
CMYK 0.56 0.28 0 0.46
HSL 209.61º 0.39% 0.39% -
HSV(B) 209.61º 0.56% 0.54% -
XYZ 10.84 11.69 25.35 -
YUV 91.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 60 99 137 0.56 0.28 0 0.46 209.61 0.39 0.39
Hex 3C 63 89 38 1C 0 2E D2 27 27
Octal 74 143 211 70 34 0 56 322 47 47
Binary 111100 1100011 10001001 111000 11100 0 101110 11010010 100111 100111

Color Harmonies of #3C6389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6389

Black with #3C6389

Text Example


Text Example

White with #3C6389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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