Html Css Color HEX #3A6488 Matisse

📋 copy color: '#3A6488'

red 58 ◦ green 100 ◦ blue 136

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

Shades of Matisse #3A6488

Tints of Matisse #3A6488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.26%

R = 19.73%
G = 34.01%
B = 46.26%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A6488 (or 0x3A6488) is known color: Matisse. HEX triplet: 3A, 64 and 88. RGB value is (58,100,136). Sum of RGB (Red+Green+Blue) = 58+100+136=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A6488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6488 is #C59B77. Grayscale: #5B5B5B. Windows color (decimal): -12950392 or 8938554. OLE color: 8938554.

HSL color Cylindrical-coordinate representation of color #3A6488: hue angle of 207.69º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A6488 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 100 136 -
CMYK 0.57 0.26 0 0.47
HSL 207.69º 0.4% 0.38% -
HSV(B) 207.69º 0.57% 0.53% -
XYZ 10.75 11.79 25 -
YUV 91.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 58 100 136 0.57 0.26 0 0.47 207.69 0.4 0.38
Hex 3A 64 88 39 1A 0 2F D0 28 26
Octal 72 144 210 71 32 0 57 320 50 46
Binary 111010 1100100 10001000 111001 11010 0 101111 11010000 101000 100110

Color Harmonies of #3A6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6488

Black with #3A6488

Text Example


Text Example

White with #3A6488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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