Html Css Color HEX #3A617B Matisse

📋 copy color: '#3A617B'

red 58 ◦ green 97 ◦ blue 123

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

Shades of Matisse #3A617B

Tints of Matisse #3A617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.89%

 BLUE value IS 123 (48.44% from 255) = 44.24%

R = 20.86%
G = 34.89%
B = 44.24%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A617B (or 0x3A617B) is known color: Matisse. HEX triplet: 3A, 61 and 7B. RGB value is (58,97,123). Sum of RGB (Red+Green+Blue) = 58+97+123=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A617B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A617B is #C59E84. Grayscale: #585858. Windows color (decimal): -12951173 or 8085818. OLE color: 8085818.

HSL color Cylindrical-coordinate representation of color #3A617B: hue angle of 204º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A617B is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 97 123 -
CMYK 0.53 0.21 0 0.52
HSL 204º 0.36% 0.35% -
HSV(B) 204º 0.53% 0.48% -
XYZ 9.59 10.88 20.33 -
YUV 88.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 58 97 123 0.53 0.21 0 0.52 204 0.36 0.35
Hex 3A 61 7B 35 15 0 34 CC 24 23
Octal 72 141 173 65 25 0 64 314 44 43
Binary 111010 1100001 1111011 110101 10101 0 110100 11001100 100100 100011

Color Harmonies of #3A617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A617B

Black with #3A617B

Text Example


Text Example

White with #3A617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,97,123); }

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

background-color css

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

 a { background-color: rgb(58,97,123); }

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

border-color css

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

 span { border-color: rgb(58,97,123); }

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