Html Css Color HEX #3B608C Matisse

📋 copy color: '#3B608C'

red 59 ◦ green 96 ◦ blue 140

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

Shades of Matisse #3B608C

Tints of Matisse #3B608C

RGB

 RED value IS 59 (23.44% from 255) = 20%

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 20%
G = 32.54%
B = 47.46%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B608C (or 0x3B608C) is known color: Matisse. HEX triplet: 3B, 60 and 8C. RGB value is (59,96,140). Sum of RGB (Red+Green+Blue) = 59+96+140=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B608C is #C49F73. Grayscale: #595959. Windows color (decimal): -12885876 or 9199675. OLE color: 9199675.

HSL color Cylindrical-coordinate representation of color #3B608C: hue angle of 212.59º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B608C is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 96 140 -
CMYK 0.58 0.31 0 0.45
HSL 212.59º 0.41% 0.39% -
HSV(B) 212.59º 0.58% 0.55% -
XYZ 10.72 11.19 26.41 -
YUV 89.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 59 96 140 0.58 0.31 0 0.45 212.59 0.41 0.39
Hex 3B 60 8C 3A 1F 0 2D D5 29 27
Octal 73 140 214 72 37 0 55 325 51 47
Binary 111011 1100000 10001100 111010 11111 0 101101 11010101 101001 100111

Color Harmonies of #3B608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B608C

Black with #3B608C

Text Example


Text Example

White with #3B608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,96,140); }

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

background-color css

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

 a { background-color: rgb(59,96,140); }

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

border-color css

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

 span { border-color: rgb(59,96,140); }

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