Html Css Color HEX #3A647C Matisse

📋 copy color: '#3A647C'

red 58 ◦ green 100 ◦ blue 124

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

Shades of Matisse #3A647C

Tints of Matisse #3A647C

RGB

 RED value IS 58 (23.05% from 255) = 20.57%

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

 BLUE value IS 124 (48.83% from 255) = 43.97%

R = 20.57%
G = 35.46%
B = 43.97%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A647C (or 0x3A647C) is known color: Matisse. HEX triplet: 3A, 64 and 7C. RGB value is (58,100,124). Sum of RGB (Red+Green+Blue) = 58+100+124=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A647C is #C59B83. Grayscale: #5A5A5A. Windows color (decimal): -12950404 or 8152122. OLE color: 8152122.

HSL color Cylindrical-coordinate representation of color #3A647C: hue angle of 201.82º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A647C is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 100 124 -
CMYK 0.53 0.19 0 0.51
HSL 201.82º 0.36% 0.36% -
HSV(B) 201.82º 0.53% 0.49% -
XYZ 9.94 11.47 20.76 -
YUV 90.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 58 100 124 0.53 0.19 0 0.51 201.82 0.36 0.36
Hex 3A 64 7C 35 13 0 33 CA 24 24
Octal 72 144 174 65 23 0 63 312 44 44
Binary 111010 1100100 1111100 110101 10011 0 110011 11001010 100100 100100

Color Harmonies of #3A647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A647C

Black with #3A647C

Text Example


Text Example

White with #3A647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,100,124); }

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

background-color css

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

 a { background-color: rgb(58,100,124); }

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

border-color css

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

 span { border-color: rgb(58,100,124); }

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