Html Css Color HEX #3A648B Matisse

📋 copy color: '#3A648B'

red 58 ◦ green 100 ◦ blue 139

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

Shades of Matisse #3A648B

Tints of Matisse #3A648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.8%

R = 19.53%
G = 33.67%
B = 46.8%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A648B (or 0x3A648B) is known color: Matisse. HEX triplet: 3A, 64 and 8B. RGB value is (58,100,139). Sum of RGB (Red+Green+Blue) = 58+100+139=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A648B is #C59B74. Grayscale: #5B5B5B. Windows color (decimal): -12950389 or 9135162. OLE color: 9135162.

HSL color Cylindrical-coordinate representation of color #3A648B: hue angle of 208.89º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A648B is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 100 139 -
CMYK 0.58 0.28 0 0.45
HSL 208.89º 0.41% 0.39% -
HSV(B) 208.89º 0.58% 0.55% -
XYZ 10.96 11.88 26.14 -
YUV 91.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 58 100 139 0.58 0.28 0 0.45 208.89 0.41 0.39
Hex 3A 64 8B 3A 1C 0 2D D1 29 27
Octal 72 144 213 72 34 0 55 321 51 47
Binary 111010 1100100 10001011 111010 11100 0 101101 11010001 101001 100111

Color Harmonies of #3A648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A648B

Black with #3A648B

Text Example


Text Example

White with #3A648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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