Html Css Color HEX #3C648A Matisse

📋 copy color: '#3C648A'

red 60 ◦ green 100 ◦ blue 138

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

Shades of Matisse #3C648A

Tints of Matisse #3C648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

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

R = 20.13%
G = 33.56%
B = 46.31%

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

#3C648A (or 0x3C648A) is known color: Matisse. HEX triplet: 3C, 64 and 8A. RGB value is (60,100,138). Sum of RGB (Red+Green+Blue) = 60+100+138=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C648A is #C39B75. Grayscale: #5C5C5C. Windows color (decimal): -12819318 or 9069628. OLE color: 9069628.

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

Color convert

RGB 60 100 138 -
CMYK 0.57 0.28 0 0.46
HSL 209.23º 0.39% 0.39% -
HSV(B) 209.23º 0.57% 0.54% -
XYZ 11.01 11.91 25.76 -
YUV 92.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 60 100 138 0.57 0.28 0 0.46 209.23 0.39 0.39
Hex 3C 64 8A 39 1C 0 2E D1 27 27
Octal 74 144 212 71 34 0 56 321 47 47
Binary 111100 1100100 10001010 111001 11100 0 101110 11010001 100111 100111

Color Harmonies of #3C648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C648A

Black with #3C648A

Text Example


Text Example

White with #3C648A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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