Html Css Color HEX #3C6085 Matisse

📋 copy color: '#3C6085'

red 60 ◦ green 96 ◦ blue 133

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

Shades of Matisse #3C6085

Tints of Matisse #3C6085

RGB

 RED value IS 60 (23.83% from 255) = 20.76%

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

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

R = 20.76%
G = 33.22%
B = 46.02%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C6085 (or 0x3C6085) is known color: Matisse. HEX triplet: 3C, 60 and 85. RGB value is (60,96,133). Sum of RGB (Red+Green+Blue) = 60+96+133=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C6085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6085 is #C39F7A. Grayscale: #595959. Windows color (decimal): -12820347 or 8740924. OLE color: 8740924.

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

Color convert

RGB 60 96 133 -
CMYK 0.55 0.28 0 0.48
HSL 210.41º 0.38% 0.38% -
HSV(B) 210.41º 0.55% 0.52% -
XYZ 10.28 11.02 23.78 -
YUV 89.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 60 96 133 0.55 0.28 0 0.48 210.41 0.38 0.38
Hex 3C 60 85 37 1C 0 30 D2 26 26
Octal 74 140 205 67 34 0 60 322 46 46
Binary 111100 1100000 10000101 110111 11100 0 110000 11010010 100110 100110

Color Harmonies of #3C6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6085

Black with #3C6085

Text Example


Text Example

White with #3C6085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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