Html Css Color HEX #3F5F8A Matisse

📋 copy color: '#3F5F8A'

red 63 ◦ green 95 ◦ blue 138

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

Shades of Matisse #3F5F8A

Tints of Matisse #3F5F8A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

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

R = 21.28%
G = 32.09%
B = 46.62%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F5F8A (or 0x3F5F8A) is known color: Matisse. HEX triplet: 3F, 5F and 8A. RGB value is (63,95,138). Sum of RGB (Red+Green+Blue) = 63+95+138=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F5F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5F8A is #C0A075. Grayscale: #5A5A5A. Windows color (decimal): -12623990 or 9068351. OLE color: 9068351.

HSL color Cylindrical-coordinate representation of color #3F5F8A: hue angle of 214.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F5F8A is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 95 138 -
CMYK 0.54 0.31 0 0.46
HSL 214.4º 0.37% 0.39% -
HSV(B) 214.4º 0.54% 0.54% -
XYZ 10.73 11.08 25.62 -
YUV 90.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 63 95 138 0.54 0.31 0 0.46 214.4 0.37 0.39
Hex 3F 5F 8A 36 1F 0 2E D6 25 27
Octal 77 137 212 66 37 0 56 326 45 47
Binary 111111 1011111 10001010 110110 11111 0 101110 11010110 100101 100111

Color Harmonies of #3F5F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5F8A

Black with #3F5F8A

Text Example


Text Example

White with #3F5F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,95,138); }

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

background-color css

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

 a { background-color: rgb(63,95,138); }

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

border-color css

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

 span { border-color: rgb(63,95,138); }

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