Html Css Color HEX #3B5C78 Matisse

📋 copy color: '#3B5C78'

red 59 ◦ green 92 ◦ blue 120

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

Shades of Matisse #3B5C78

Tints of Matisse #3B5C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.95%

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 21.77%
G = 33.95%
B = 44.28%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B5C78 (or 0x3B5C78) is known color: Matisse. HEX triplet: 3B, 5C and 78. RGB value is (59,92,120). Sum of RGB (Red+Green+Blue) = 59+92+120=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B5C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5C78 is #C4A387. Grayscale: #555555. Windows color (decimal): -12886920 or 7887931. OLE color: 7887931.

HSL color Cylindrical-coordinate representation of color #3B5C78: hue angle of 207.54º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B5C78 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 92 120 -
CMYK 0.51 0.23 0 0.53
HSL 207.54º 0.34% 0.35% -
HSV(B) 207.54º 0.51% 0.47% -
XYZ 9.02 9.94 19.21 -
YUV 85.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 59 92 120 0.51 0.23 0 0.53 207.54 0.34 0.35
Hex 3B 5C 78 33 17 0 35 D0 22 23
Octal 73 134 170 63 27 0 65 320 42 43
Binary 111011 1011100 1111000 110011 10111 0 110101 11010000 100010 100011

Color Harmonies of #3B5C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5C78

Black with #3B5C78

Text Example


Text Example

White with #3B5C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,92,120); }

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

background-color css

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

 a { background-color: rgb(59,92,120); }

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

border-color css

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

 span { border-color: rgb(59,92,120); }

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