Html Css Color HEX #3D6085 Matisse

📋 copy color: '#3D6085'

red 61 ◦ green 96 ◦ blue 133

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

Shades of Matisse #3D6085

Tints of Matisse #3D6085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 21.03%
G = 33.1%
B = 45.86%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3D6085 (or 0x3D6085) is known color: Matisse. HEX triplet: 3D, 60 and 85. RGB value is (61,96,133). Sum of RGB (Red+Green+Blue) = 61+96+133=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D6085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6085 is #C29F7A. Grayscale: #595959. Windows color (decimal): -12754811 or 8740925. OLE color: 8740925.

HSL color Cylindrical-coordinate representation of color #3D6085: hue angle of 210.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D6085 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 61 96 133 -
CMYK 0.54 0.28 0 0.48
HSL 210.83º 0.37% 0.38% -
HSV(B) 210.83º 0.54% 0.52% -
XYZ 10.34 11.05 23.78 -
YUV 89.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 61 96 133 0.54 0.28 0 0.48 210.83 0.37 0.38
Hex 3D 60 85 36 1C 0 30 D3 25 26
Octal 75 140 205 66 34 0 60 323 45 46
Binary 111101 1100000 10000101 110110 11100 0 110000 11010011 100101 100110

Color Harmonies of #3D6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6085

Black with #3D6085

Text Example


Text Example

White with #3D6085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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