Html Css Color HEX #3C638A Matisse

📋 copy color: '#3C638A'

red 60 ◦ green 99 ◦ blue 138

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

Shades of Matisse #3C638A

Tints of Matisse #3C638A

RGB

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

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

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

R = 20.2%
G = 33.33%
B = 46.46%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C638A (or 0x3C638A) is known color: Matisse. HEX triplet: 3C, 63 and 8A. RGB value is (60,99,138). Sum of RGB (Red+Green+Blue) = 60+99+138=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C638A is #C39C75. Grayscale: #5B5B5B. Windows color (decimal): -12819574 or 9069372. OLE color: 9069372.

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

Color convert

RGB 60 99 138 -
CMYK 0.57 0.28 0 0.46
HSL 210º 0.39% 0.39% -
HSV(B) 210º 0.57% 0.54% -
XYZ 10.91 11.72 25.73 -
YUV 91.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 60 99 138 0.57 0.28 0 0.46 210 0.39 0.39
Hex 3C 63 8A 39 1C 0 2E D2 27 27
Octal 74 143 212 71 34 0 56 322 47 47
Binary 111100 1100011 10001010 111001 11100 0 101110 11010010 100111 100111

Color Harmonies of #3C638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C638A

Black with #3C638A

Text Example


Text Example

White with #3C638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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