Html Css Color HEX #3A608D Matisse

📋 copy color: '#3A608D'

red 58 ◦ green 96 ◦ blue 141

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

Shades of Matisse #3A608D

Tints of Matisse #3A608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 19.66%
G = 32.54%
B = 47.8%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A608D (or 0x3A608D) is known color: Matisse. HEX triplet: 3A, 60 and 8D. RGB value is (58,96,141). Sum of RGB (Red+Green+Blue) = 58+96+141=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A608D is #C59F72. Grayscale: #595959. Windows color (decimal): -12951411 or 9265210. OLE color: 9265210.

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

Color convert

RGB 58 96 141 -
CMYK 0.59 0.32 0 0.45
HSL 212.53º 0.42% 0.39% -
HSV(B) 212.53º 0.59% 0.55% -
XYZ 10.74 11.19 26.79 -
YUV 89.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 58 96 141 0.59 0.32 0 0.45 212.53 0.42 0.39
Hex 3A 60 8D 3B 20 0 2D D5 2A 27
Octal 72 140 215 73 40 0 55 325 52 47
Binary 111010 1100000 10001101 111011 100000 0 101101 11010101 101010 100111

Color Harmonies of #3A608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A608D

Black with #3A608D

Text Example


Text Example

White with #3A608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,96,141); }

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

background-color css

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

 a { background-color: rgb(58,96,141); }

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

border-color css

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

 span { border-color: rgb(58,96,141); }

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