Html Css Color HEX #3C6087 Matisse

📋 copy color: '#3C6087'

red 60 ◦ green 96 ◦ blue 135

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

Shades of Matisse #3C6087

Tints of Matisse #3C6087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.39%

R = 20.62%
G = 32.99%
B = 46.39%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C6087 (or 0x3C6087) is known color: Matisse. HEX triplet: 3C, 60 and 87. RGB value is (60,96,135). Sum of RGB (Red+Green+Blue) = 60+96+135=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C6087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6087 is #C39F78. Grayscale: #595959. Windows color (decimal): -12820345 or 8871996. OLE color: 8871996.

HSL color Cylindrical-coordinate representation of color #3C6087: hue angle of 211.2º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C6087 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 96 135 -
CMYK 0.56 0.29 0 0.47
HSL 211.2º 0.38% 0.38% -
HSV(B) 211.2º 0.56% 0.53% -
XYZ 10.42 11.08 24.51 -
YUV 89.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 60 96 135 0.56 0.29 0 0.47 211.2 0.38 0.38
Hex 3C 60 87 38 1D 0 2F D3 26 26
Octal 74 140 207 70 35 0 57 323 46 46
Binary 111100 1100000 10000111 111000 11101 0 101111 11010011 100110 100110

Color Harmonies of #3C6087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6087

Black with #3C6087

Text Example


Text Example

White with #3C6087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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