Html Css Color HEX #3F6182 Matisse

📋 copy color: '#3F6182'

red 63 ◦ green 97 ◦ blue 130

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

Shades of Matisse #3F6182

Tints of Matisse #3F6182

RGB

 RED value IS 63 (25% from 255) = 21.72%

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

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

R = 21.72%
G = 33.45%
B = 44.83%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3F6182 (or 0x3F6182) is known color: Matisse. HEX triplet: 3F, 61 and 82. RGB value is (63,97,130). Sum of RGB (Red+Green+Blue) = 63+97+130=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F6182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6182 is #C09E7D. Grayscale: #5A5A5A. Windows color (decimal): -12623486 or 8544575. OLE color: 8544575.

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

Color convert

RGB 63 97 130 -
CMYK 0.52 0.25 0 0.49
HSL 209.55º 0.35% 0.38% -
HSV(B) 209.55º 0.52% 0.51% -
XYZ 10.35 11.22 22.74 -
YUV 90.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 63 97 130 0.52 0.25 0 0.49 209.55 0.35 0.38
Hex 3F 61 82 34 19 0 31 D2 23 26
Octal 77 141 202 64 31 0 61 322 43 46
Binary 111111 1100001 10000010 110100 11001 0 110001 11010010 100011 100110

Color Harmonies of #3F6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6182

Black with #3F6182

Text Example


Text Example

White with #3F6182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,97,130); }

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

background-color css

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

 a { background-color: rgb(63,97,130); }

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

border-color css

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

 span { border-color: rgb(63,97,130); }

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