Html Css Color HEX #3A6082 Matisse

📋 copy color: '#3A6082'

red 58 ◦ green 96 ◦ blue 130

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

Shades of Matisse #3A6082

Tints of Matisse #3A6082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.77%

R = 20.42%
G = 33.8%
B = 45.77%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3A6082 (or 0x3A6082) is known color: Matisse. HEX triplet: 3A, 60 and 82. RGB value is (58,96,130). Sum of RGB (Red+Green+Blue) = 58+96+130=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A6082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6082 is #C59F7D. Grayscale: #585858. Windows color (decimal): -12951422 or 8544314. OLE color: 8544314.

HSL color Cylindrical-coordinate representation of color #3A6082: hue angle of 208.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A6082 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 96 130 -
CMYK 0.55 0.26 0 0.49
HSL 208.33º 0.38% 0.37% -
HSV(B) 208.33º 0.55% 0.51% -
XYZ 9.96 10.88 22.69 -
YUV 88.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 58 96 130 0.55 0.26 0 0.49 208.33 0.38 0.37
Hex 3A 60 82 37 1A 0 31 D0 26 25
Octal 72 140 202 67 32 0 61 320 46 45
Binary 111010 1100000 10000010 110111 11010 0 110001 11010000 100110 100101

Color Harmonies of #3A6082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6082

Black with #3A6082

Text Example


Text Example

White with #3A6082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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