Html Css Color HEX #3F5E7B Matisse

📋 copy color: '#3F5E7B'

red 63 ◦ green 94 ◦ blue 123

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

Shades of Matisse #3F5E7B

Tints of Matisse #3F5E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

 BLUE value IS 123 (48.44% from 255) = 43.93%

R = 22.5%
G = 33.57%
B = 43.93%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F5E7B (or 0x3F5E7B) is known color: Matisse. HEX triplet: 3F, 5E and 7B. RGB value is (63,94,123). Sum of RGB (Red+Green+Blue) = 63+94+123=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F5E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5E7B is #C0A184. Grayscale: #575757. Windows color (decimal): -12624261 or 8085055. OLE color: 8085055.

HSL color Cylindrical-coordinate representation of color #3F5E7B: hue angle of 209º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F5E7B is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 94 123 -
CMYK 0.49 0.24 0 0.52
HSL 209º 0.32% 0.36% -
HSV(B) 209º 0.49% 0.48% -
XYZ 9.63 10.49 20.26 -
YUV 88.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 63 94 123 0.49 0.24 0 0.52 209 0.32 0.36
Hex 3F 5E 7B 31 18 0 34 D1 20 24
Octal 77 136 173 61 30 0 64 321 40 44
Binary 111111 1011110 1111011 110001 11000 0 110100 11010001 100000 100100

Color Harmonies of #3F5E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5E7B

Black with #3F5E7B

Text Example


Text Example

White with #3F5E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,94,123); }

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

background-color css

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

 a { background-color: rgb(63,94,123); }

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

border-color css

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

 span { border-color: rgb(63,94,123); }

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