Html Css Color HEX #3F6378 Matisse

📋 copy color: '#3F6378'

red 63 ◦ green 99 ◦ blue 120

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

Shades of Matisse #3F6378

Tints of Matisse #3F6378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.55%

R = 22.34%
G = 35.11%
B = 42.55%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F6378 (or 0x3F6378) is known color: Matisse. HEX triplet: 3F, 63 and 78. RGB value is (63,99,120). Sum of RGB (Red+Green+Blue) = 63+99+120=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F6378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6378 is #C09C87. Grayscale: #5A5A5A. Windows color (decimal): -12622984 or 7889727. OLE color: 7889727.

HSL color Cylindrical-coordinate representation of color #3F6378: hue angle of 202.11º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F6378 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 99 120 -
CMYK 0.48 0.17 0 0.53
HSL 202.11º 0.31% 0.36% -
HSV(B) 202.11º 0.48% 0.47% -
XYZ 9.9 11.34 19.44 -
YUV 90.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 63 99 120 0.48 0.17 0 0.53 202.11 0.31 0.36
Hex 3F 63 78 30 11 0 35 CA 1F 24
Octal 77 143 170 60 21 0 65 312 37 44
Binary 111111 1100011 1111000 110000 10001 0 110101 11001010 11111 100100

Color Harmonies of #3F6378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6378

Black with #3F6378

Text Example


Text Example

White with #3F6378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,99,120); }

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

background-color css

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

 a { background-color: rgb(63,99,120); }

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

border-color css

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

 span { border-color: rgb(63,99,120); }

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