Html Css Color HEX #3F6276 Matisse

📋 copy color: '#3F6276'

red 63 ◦ green 98 ◦ blue 118

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

Shades of Matisse #3F6276

Tints of Matisse #3F6276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 22.58%
G = 35.13%
B = 42.29%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F6276 (or 0x3F6276) is known color: Matisse. HEX triplet: 3F, 62 and 76. RGB value is (63,98,118). Sum of RGB (Red+Green+Blue) = 63+98+118=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F6276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6276 is #C09D89. Grayscale: #595959. Windows color (decimal): -12623242 or 7758399. OLE color: 7758399.

HSL color Cylindrical-coordinate representation of color #3F6276: hue angle of 201.82º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F6276 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 98 118 -
CMYK 0.47 0.17 0 0.54
HSL 201.82º 0.3% 0.35% -
HSV(B) 201.82º 0.47% 0.46% -
XYZ 9.69 11.1 18.77 -
YUV 89.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 63 98 118 0.47 0.17 0 0.54 201.82 0.3 0.35
Hex 3F 62 76 2F 11 0 36 CA 1E 23
Octal 77 142 166 57 21 0 66 312 36 43
Binary 111111 1100010 1110110 101111 10001 0 110110 11001010 11110 100011

Color Harmonies of #3F6276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6276

Black with #3F6276

Text Example


Text Example

White with #3F6276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,98,118); }

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

background-color css

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

 a { background-color: rgb(63,98,118); }

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

border-color css

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

 span { border-color: rgb(63,98,118); }

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