Html Css Color HEX #3C618A Matisse

📋 copy color: '#3C618A'

red 60 ◦ green 97 ◦ blue 138

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

Shades of Matisse #3C618A

Tints of Matisse #3C618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

 BLUE value IS 138 (54.3% from 255) = 46.78%

R = 20.34%
G = 32.88%
B = 46.78%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C618A (or 0x3C618A) is known color: Matisse. HEX triplet: 3C, 61 and 8A. RGB value is (60,97,138). Sum of RGB (Red+Green+Blue) = 60+97+138=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C618A is #C39E75. Grayscale: #5A5A5A. Windows color (decimal): -12820086 or 9068860. OLE color: 9068860.

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

Color convert

RGB 60 97 138 -
CMYK 0.57 0.30 0 0.46
HSL 211.54º 0.39% 0.39% -
HSV(B) 211.54º 0.57% 0.54% -
XYZ 10.73 11.35 25.67 -
YUV 90.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 60 97 138 0.57 0.30 0 0.46 211.54 0.39 0.39
Hex 3C 61 8A 39 1E 0 2E D4 27 27
Octal 74 141 212 71 36 0 56 324 47 47
Binary 111100 1100001 10001010 111001 11110 0 101110 11010100 100111 100111

Color Harmonies of #3C618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C618A

Black with #3C618A

Text Example


Text Example

White with #3C618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,97,138); }

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

background-color css

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

 a { background-color: rgb(60,97,138); }

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

border-color css

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

 span { border-color: rgb(60,97,138); }

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