Html Css Color HEX #356583 Matisse

📋 copy color: '#356583'

red 53 ◦ green 101 ◦ blue 131

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

Shades of Matisse #356583

Tints of Matisse #356583

RGB

 RED value IS 53 (21.09% from 255) = 18.6%

 GREEN value IS 101 (39.84% from 255) = 35.44%

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 18.6%
G = 35.44%
B = 45.96%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356583 (or 0x356583) is known color: Matisse. HEX triplet: 35, 65 and 83. RGB value is (53,101,131). Sum of RGB (Red+Green+Blue) = 53+101+131=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #356583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356583 is #CA9A7C. Grayscale: #595959. Windows color (decimal): -13277821 or 8611125. OLE color: 8611125.

HSL color Cylindrical-coordinate representation of color #356583: hue angle of 203.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356583 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 101 131 -
CMYK 0.60 0.23 0 0.49
HSL 203.08º 0.42% 0.36% -
HSV(B) 203.08º 0.6% 0.51% -
XYZ 10.22 11.7 23.19 -
YUV 90.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 53 101 131 0.60 0.23 0 0.49 203.08 0.42 0.36
Hex 35 65 83 3C 17 0 31 CB 2A 24
Octal 65 145 203 74 27 0 61 313 52 44
Binary 110101 1100101 10000011 111100 10111 0 110001 11001011 101010 100100

Color Harmonies of #356583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356583

Black with #356583

Text Example


Text Example

White with #356583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356583; }

 p { color: rgb(53,101,131); }

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

background-color css

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

 a { background-color: rgb(53,101,131); }

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

border-color css

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

 span { border-color: rgb(53,101,131); }

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