Html Css Color HEX #3F6078 Matisse

📋 copy color: '#3F6078'

red 63 ◦ green 96 ◦ blue 120

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

Shades of Matisse #3F6078

Tints of Matisse #3F6078

RGB

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

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

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

R = 22.58%
G = 34.41%
B = 43.01%

CMYK

 C value IS 0.48

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F6078 (or 0x3F6078) is known color: Matisse. HEX triplet: 3F, 60 and 78. RGB value is (63,96,120). Sum of RGB (Red+Green+Blue) = 63+96+120=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F6078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6078 is #C09F87. Grayscale: #585858. Windows color (decimal): -12623752 or 7888959. OLE color: 7888959.

HSL color Cylindrical-coordinate representation of color #3F6078: hue angle of 205.26º 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 #3F6078 is Cyan = 0.48, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 96 120 -
CMYK 0.48 0.2 0 0.53
HSL 205.26º 0.31% 0.36% -
HSV(B) 205.26º 0.48% 0.47% -
XYZ 9.62 10.78 19.34 -
YUV 88.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 63 96 120 0.48 0.2 0 0.53 205.26 0.31 0.36
Hex 3F 60 78 30 14 0 35 CD 1F 24
Octal 77 140 170 60 24 0 65 315 37 44
Binary 111111 1100000 1111000 110000 10100 0 110101 11001101 11111 100100

Color Harmonies of #3F6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6078

Black with #3F6078

Text Example


Text Example

White with #3F6078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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