Html Css Color HEX #3A6384 Matisse

📋 copy color: '#3A6384'

red 58 ◦ green 99 ◦ blue 132

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

Shades of Matisse #3A6384

Tints of Matisse #3A6384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.26%

 BLUE value IS 132 (51.95% from 255) = 45.67%

R = 20.07%
G = 34.26%
B = 45.67%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A6384 (or 0x3A6384) is known color: Matisse. HEX triplet: 3A, 63 and 84. RGB value is (58,99,132). Sum of RGB (Red+Green+Blue) = 58+99+132=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A6384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6384 is #C59C7B. Grayscale: #5A5A5A. Windows color (decimal): -12950652 or 8676154. OLE color: 8676154.

HSL color Cylindrical-coordinate representation of color #3A6384: hue angle of 206.76º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A6384 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 99 132 -
CMYK 0.56 0.25 0 0.48
HSL 206.76º 0.39% 0.37% -
HSV(B) 206.76º 0.56% 0.52% -
XYZ 10.37 11.49 23.5 -
YUV 90.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 58 99 132 0.56 0.25 0 0.48 206.76 0.39 0.37
Hex 3A 63 84 38 19 0 30 CF 27 25
Octal 72 143 204 70 31 0 60 317 47 45
Binary 111010 1100011 10000100 111000 11001 0 110000 11001111 100111 100101

Color Harmonies of #3A6384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6384

Black with #3A6384

Text Example


Text Example

White with #3A6384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,99,132); }

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

background-color css

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

 a { background-color: rgb(58,99,132); }

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

border-color css

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

 span { border-color: rgb(58,99,132); }

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