Html Css Color HEX #3B6078 Matisse

📋 copy color: '#3B6078'

red 59 ◦ green 96 ◦ blue 120

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

Shades of Matisse #3B6078

Tints of Matisse #3B6078

RGB

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

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

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

R = 21.45%
G = 34.91%
B = 43.64%

CMYK

 C value IS 0.51

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B6078 (or 0x3B6078) is known color: Matisse. HEX triplet: 3B, 60 and 78. RGB value is (59,96,120). Sum of RGB (Red+Green+Blue) = 59+96+120=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B6078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6078 is #C49F87. Grayscale: #575757. Windows color (decimal): -12885896 or 7888955. OLE color: 7888955.

HSL color Cylindrical-coordinate representation of color #3B6078: hue angle of 203.61º 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 #3B6078 is Cyan = 0.51, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 96 120 -
CMYK 0.51 0.2 0 0.53
HSL 203.61º 0.34% 0.35% -
HSV(B) 203.61º 0.51% 0.47% -
XYZ 9.38 10.65 19.33 -
YUV 87.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 59 96 120 0.51 0.2 0 0.53 203.61 0.34 0.35
Hex 3B 60 78 33 14 0 35 CC 22 23
Octal 73 140 170 63 24 0 65 314 42 43
Binary 111011 1100000 1111000 110011 10100 0 110101 11001100 100010 100011

Color Harmonies of #3B6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6078

Black with #3B6078

Text Example


Text Example

White with #3B6078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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