Html Css Color HEX #3D6075 Matisse

📋 copy color: '#3D6075'

red 61 ◦ green 96 ◦ blue 117

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

Shades of Matisse #3D6075

Tints of Matisse #3D6075

RGB

 RED value IS 61 (24.22% from 255) = 22.26%

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

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 22.26%
G = 35.04%
B = 42.7%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D6075 (or 0x3D6075) is known color: Matisse. HEX triplet: 3D, 60 and 75. RGB value is (61,96,117). Sum of RGB (Red+Green+Blue) = 61+96+117=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6075 is #C29F8A. Grayscale: #575757. Windows color (decimal): -12754827 or 7692349. OLE color: 7692349.

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

Color convert

RGB 61 96 117 -
CMYK 0.48 0.18 0 0.54
HSL 202.5º 0.31% 0.35% -
HSV(B) 202.5º 0.48% 0.46% -
XYZ 9.32 10.64 18.39 -
YUV 87.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 61 96 117 0.48 0.18 0 0.54 202.5 0.31 0.35
Hex 3D 60 75 30 12 0 36 CA 1F 23
Octal 75 140 165 60 22 0 66 312 37 43
Binary 111101 1100000 1110101 110000 10010 0 110110 11001010 11111 100011

Color Harmonies of #3D6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6075

Black with #3D6075

Text Example


Text Example

White with #3D6075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,96,117); }

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

background-color css

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

 a { background-color: rgb(61,96,117); }

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

border-color css

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

 span { border-color: rgb(61,96,117); }

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