Html Css Color HEX #3B5675 Matisse

📋 copy color: '#3B5675'

red 59 ◦ green 86 ◦ blue 117

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

Shades of Matisse #3B5675

Tints of Matisse #3B5675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.82%

 BLUE value IS 117 (46.09% from 255) = 44.66%

R = 22.52%
G = 32.82%
B = 44.66%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3B5675 (or 0x3B5675) is known color: Matisse. HEX triplet: 3B, 56 and 75. RGB value is (59,86,117). Sum of RGB (Red+Green+Blue) = 59+86+117=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B5675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5675 is #C4A98A. Grayscale: #515151. Windows color (decimal): -12888459 or 7689787. OLE color: 7689787.

HSL color Cylindrical-coordinate representation of color #3B5675: hue angle of 212.07º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B5675 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 86 117 -
CMYK 0.50 0.26 0 0.54
HSL 212.07º 0.33% 0.35% -
HSV(B) 212.07º 0.5% 0.46% -
XYZ 8.34 8.87 18.1 -
YUV 81.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 59 86 117 0.50 0.26 0 0.54 212.07 0.33 0.35
Hex 3B 56 75 32 1A 0 36 D4 21 23
Octal 73 126 165 62 32 0 66 324 41 43
Binary 111011 1010110 1110101 110010 11010 0 110110 11010100 100001 100011

Color Harmonies of #3B5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5675

Black with #3B5675

Text Example


Text Example

White with #3B5675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,86,117); }

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

background-color css

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

 a { background-color: rgb(59,86,117); }

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

border-color css

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

 span { border-color: rgb(59,86,117); }

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