Html Css Color HEX #3A628A Matisse

📋 copy color: '#3A628A'

red 58 ◦ green 98 ◦ blue 138

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

Shades of Matisse #3A628A

Tints of Matisse #3A628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

 BLUE value IS 138 (54.3% from 255) = 46.94%

R = 19.73%
G = 33.33%
B = 46.94%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A628A (or 0x3A628A) is known color: Matisse. HEX triplet: 3A, 62 and 8A. RGB value is (58,98,138). Sum of RGB (Red+Green+Blue) = 58+98+138=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A628A is #C59D75. Grayscale: #5A5A5A. Windows color (decimal): -12950902 or 9069114. OLE color: 9069114.

HSL color Cylindrical-coordinate representation of color #3A628A: hue angle of 210º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A628A is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 98 138 -
CMYK 0.58 0.29 0 0.46
HSL 210º 0.41% 0.38% -
HSV(B) 210º 0.58% 0.54% -
XYZ 10.7 11.47 25.69 -
YUV 90.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 58 98 138 0.58 0.29 0 0.46 210 0.41 0.38
Hex 3A 62 8A 3A 1D 0 2E D2 29 26
Octal 72 142 212 72 35 0 56 322 51 46
Binary 111010 1100010 10001010 111010 11101 0 101110 11010010 101001 100110

Color Harmonies of #3A628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A628A

Black with #3A628A

Text Example


Text Example

White with #3A628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,98,138); }

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

background-color css

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

 a { background-color: rgb(58,98,138); }

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

border-color css

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

 span { border-color: rgb(58,98,138); }

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